[Ubuntu] 저장소를 다음카카오로 변경
앎/linux 2017. 5. 28. 21:31 |다음카카오에서 제공하는 저장소로 변경해보자.
주소는 다음과 같다.
ftp.daumkakao.com
먼저 sources.list를 백업한다.
$ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
SED를 사용해서 kr.archive.ubuntu.com 를 ftp.daumkakao.com 로 바꿔 저장한다.
$ sudo sed -i 's/kr.archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list
Update & Upgrade
$ sudo apt-get update
$ sudo apt-get upgrade
'앎 > linux' 카테고리의 다른 글
[Ubuntu] Set static address (0) | 2017.05.28 |
---|---|
[Ubuntu] SSH (0) | 2017.05.28 |
[Common] Change password (0) | 2017.05.28 |
[Ubuntu] '/etc/profile' 과 '/home/계정/.profile' 차이 (0) | 2014.02.18 |
[Ubuntu] '*** is not in the sudoers file' 오류 발생 시 처리 (0) | 2014.02.18 |