Ubuntu 를 사용 할 때, 

각 종 프로그램을 다운 받거나 설치하기 위한 apt의 repository 를 어떻게 해야하나 고민이 된다.


잘은 모르겠지만, 복잡한 것은 싫을 때 사용할 만한 sources.list generation 사이트를 소개한다.

https://repogen.simplylinux.ch/

위 링크에 접속하면, 나라 / Ubuntu release / Ubuntu Bransches / Ubuntu Updates 등만 설정하면 그에 알맞는 sources.list 파일을 생성해 준다.

그 외에 널리 사용되는 PPA 도 추가 할 수 있다.


비교적 최신(아마도, 현재 Ubuntu에서 공식적으로 지원하는 release 만) 선택 할 수 있는 듯 하지만,

손쉽게 sources.list 를 생성 할 수 있어 편리하다.


위 링크에서 처음 제대로 알게된 Main / Restricted / Universe / Multiverse 의 차이

Main : Ubuntu 공식 supported Software

Restricted : supported Software 이지만, 완전 free license는 아님

Universe : 널리 사용되지만, 공식 supoort는 아님

Multiverse : free가 아님


Security : 중요 security update

Updates: : recommended update

Proposed : pre-relased update

Backports : unsupported update


Main + Universe + Security 만 선택해 generate 해도 별 문제 없이 사용할 듯 하다.


생성된 sources.list 는 나라를 South Korea 로 선택시

kr.archive.ubuntu.com 으로 생성 되지만,

보다 빠른 ftp.daumkakao.com 으로 변경하여 사용하면 더 빠르게 다운 받을 수 있다.


Vi 기준

:%s/kr.archive.ubuntu.com/ftp.daumkakao.com/g


'Programming > Linux' 카테고리의 다른 글

HandBrakeCLI  (0) 2018.04.06
Linux sed  (0) 2018.02.05
Linux find  (0) 2018.02.04
Ubuntu Redshift  (0) 2017.07.02
Linux timezone  (0) 2017.06.20

+ Recent posts