sudo apt-get install software-properties-gtk
software-properties-gtk
를 통해 종합적인 패키지, 배포판, 추가 하드웨어 드라이버 관리등을 수행한다.# 선행작업 sudo apt-get install update-manager-core # 업그레이드 # /etc/update-manager/release-upgrades 파일에서 # Prompt=lts -> Prompt=normal 로 변경. lts는 장기 지원 버전에 대해서만 업그레이드를 지원하는 모드임. sudo do-release-upgrade # 혹은 아래 명령으로 배포판 업그레이드 검사 후 업그레이드 가능. sudo update-manager -c
sudo apt-get install update-manager
/etc/apt/sources.list.d/
의 파일들에서 배포판 버전을 직접 변경하거나18.10
→ 19.04
부터 자동으로 가능해짐.RELEASE_UPGRADER_ALLOW_THIRD_PARTY
환경 변수 혹은 설정을 통해 할 수 있다.# 일시적으로만 필요하므로 환경 변수를 통해 처리 # GUI RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 update-manager -d # CLI RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade -d
/etc/update-manager/release-upgrades.d/원하는파일명.cfg
생성[Sources] AllowThirdParty = yes # 특정 ThirdParty 를 지정해서 disable 금지 [ThirdPartyMirrors] {unique_name} = {url} # example [ThirdPartyMirrors] opera/opera-stable=http://deb.opera.com/opera-stable/