학습자료(~2017)/리눅스

[Linux] apt-fast (apt-get wrapper), 저장소 변경 - apt-get 의 속도를 높이자.

단세포소년 2013. 7. 1. 15:02
반응형

apt-fast 란?

apt-fast 는 apt-get 의 wrapper 쉘스크립트입니다. apt-fast 는 apt 의 다운로드 속도를 높여주기위해 사용합니다.


설치

$ sudo add-apt-repository ppa:apt-fast/stable

$ sudo apt-get update

$ sudo apt-get install apt-fast axel

$ sudo apt-get install aria2 (요즘은 이게 설치되어야하는듯)



apt-fast 관련 자세한 사항은 참고 사이트보세요

http://www.maketecheasier.com/apt-fast-speed-up-package-download-in-ubuntu/2012/06/29

http://www.webupd8.org/2012/10/speed-up-apt-get-downloads-with-apt.html

http://ubuntuguide.net/install-apt-fast-download-accelerator-in-ubuntu-12-0411-1010-04

https://github.com/ilikenwf/apt-fast -- [gitub] apt-fast 




apt-get 의 저장소를 변경해도 다운로드 성능을 향상시킬수 있다. apt-fast 보다 차라리 저장소를 변경해라.

우리나라 저장소중 http://ftp.daum.net/ubuntu/ 이곳이 낫다.

/etc/apt/source.list 파일을 열고 http://ftp.daum.net/ubuntu/ 을 형식에 맞게 추가하고 apt-get update 후 apt-get install 을 해보라. 속도 겁나 빠르다.

반응형