kr.archive.ubuntu.com/ubuntu 대신 ftp.daum.net/ubuntu를 사용하기 위해서는
/etc/apt/sources.list를 수정해야 한다.
sudo 명령으로 에디터를 실행
sudo vi /etc/apt/sources.list
하여
kr.archive.ubuntu.com/ubuntu
를
ftp.daum.net/ubuntu
로 모두 바꿔준다.
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ftp.daum.net/ubuntu/ precise-updates main restricted
deb-src http://ftp.daum.net/ubuntu/ precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ftp.daum.net/ubuntu/ precise universe
deb-src http://ftp.daum.net/ubuntu/ precise universe
deb http://ftp.daum.net/ubuntu/ precise-updates universe
deb-src http://ftp.daum.net/ubuntu/ precise-updates universe
......
'프로그램 > UNIX & Linux' 카테고리의 다른 글
[Linux] cp(파일 복사), rm(파일 삭제) (0) | 2012.10.02 |
---|---|
[Linux] mkdir, rmdir - 디렉토리 생성/삭제 (0) | 2012.10.02 |
[Linux] pwd, cd, cat, tail (0) | 2012.10.02 |
[Linux] ls명령어 (0) | 2012.10.02 |
UNIX(Linux) 명령어 (0) | 2009.03.27 |