Ubuntu 13.10 - 패키지를 어떻게 설치하나요?

Ubuntu 13.10 - 패키지를 어떻게 설치하나요?

이 문제를 해결하는 방법은 무엇입니까? 패키지를 설치/업데이트하려고 할 때마다 실패합니다.

root@nson:~# sudo apt-get install dconf-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  dconf-editor
0 upgraded, 1 newly installed, 0 to remove and 230 not upgraded.
Need to get 99,4 kB of archives.
After this operation, 492 kB of additional disk space will be used.
Err http://be.archive.ubuntu.com/ubuntu/ saucy/universe dconf-editor amd64 0.16.1-1
  Could not resolve 'be.archive.ubuntu.com'
Failed to fetch http://be.archive.ubuntu.com/ubuntu/pool/universe/d/d-conf/dconf-editor_0.16.1-1_amd64.deb  Could not resolve 'be.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@nson:~# 

root@nson:~# sudo apt-get update
0% [Connecting to be.archive.ubuntu.com] [Connecting to security.ubuntu.com] [Connecting to extras.ubuntu.com] 

답변1

대시보드로 이동하여 검색하여 소프트웨어 센터를 엽니다.
메뉴에서 "편집"->"소프트웨어 소스"를 선택하세요.

열리는 팝업 창에는 'Ubuntu 소프트웨어' 탭(첫 번째)과 '선택 옵션에서 다운로드'가 있습니다. '메인 서버'를 선택하고 비밀번호를 입력하세요.

sudo apt-get update && sudo apt-get upgrade그런 다음 터미널에서 실행해 보세요 .

여기에 이미지 설명을 입력하세요

답변2

먼저 인터넷에 연결되어 있는지 확인하세요. 또한 소프트웨어 및 업데이트에서 패키지를 다운로드하기 위한 최상의 서버를 선택하세요.

그런 다음 리포지토리를 업데이트하고 패키지 설치를 시도합니다.

sudo apt-get update
sudo apt-get install <package name>

관련 정보