apt-get으로 패키지를 설치할 수 없습니다


-1

vim과 g ++를 설치하려고했지만 할 수 없었습니다. 현재 우분투 10.10을 사용하고 있습니다. 나는 그물을 겪은 모든 것을 시도했지만 아무 소용이 없습니다. 이것이 내가 할 때마다 나타나는 방식입니다.

root@ubuntu:~#  apt-get install vim vim-scripts vim-doc vim-latexsuite vim-gui-common vim gnome
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'vim' has no installation candidate
E: Unable to locate package vim-scripts
E: Unable to locate package vim-doc
E: Unable to locate package vim-latexsuite
E: Unable to locate package vim-gui-common
E: Package 'vim' has no installation candidate
E: Unable to locate package gnome

이 문제를 어떻게 해결합니까?


1
apt-cache search vim을 수행하면 어떻게됩니까?
Journeyman Geek

apt-get update설치하기 전에 시도해 보셨습니까 ? 패키지가 포함 된 리포지토리를 활성화 했습니까? 활성화 된 저장소를 확인하는 쉬운 방법은 내부를 들여다 보는 것 /etc/apt/sources.list입니다.

답변:


0

완전히 유효한 패키지 이름이 아닌 'gnome'이라는 패키지를 설치하려고합니다.

E : 패키지 그놈을 찾을 수 없습니다

명령에서 'gnome'을 제거하고 다시 시도하십시오.

sudo apt-get update && sudo apt-get install vim vim-scripts vim-doc vim-latexsuite vim-gui-common
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.