apt-get 저장소 변경
저장소 변경이후 아래 에러가 발생될때....
root@ubuntu:~# apt-get install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nfs-common 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 'nfs-common' has no installation candidate
※ 변경된 저장소 리스트가 제대로 반영이 안되서 나타나는 증상으로 저장소 위치를 다시 읽을수 있도록 아래와 같이 업데이트 하시면 됩니다.
root@ubuntu:~# apt-get update
Get:1 http://ftp.daum.net quantal Release.gpg [933 B]
Get:2 http://ftp.daum.net quantal-updates Release.gpg [933 B]
Get:3 http://ftp.daum.net quantal-backports Release.gpg [933 B]
Get:4 http://ftp.daum.net quantal Release [49.6 kB]
Get:5 http://ftp.daum.net quantal-updates Release [49.6 kB]
Get:6 http://ftp.daum.net quantal-backports Release [49.6 kB]
Get:7 http://ftp.daum.net quantal/main Sources [872 kB]