목차

Ubuntu Upgrade

배포판/패키지 관리 GUI 설정

sudo apt-get install software-properties-gtk

배포판(dist) 업그레이드

update-manger

PPA 등도 함께 업그레이드

distribution 변경 작업

PPA/ThirdPartyRepository 비활성화 금지

# 일시적으로만 필요하므로 환경 변수를 통해 처리
# GUI
RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 update-manager -d
 
# CLI
RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade -d
[Sources]
AllowThirdParty = yes

# 특정 ThirdParty 를 지정해서 disable 금지
[ThirdPartyMirrors]
{unique_name} = {url}

# example
[ThirdPartyMirrors]
opera/opera-stable=http://deb.opera.com/opera-stable/