배포판 업그레이드시에 PPA/ThirdParty 리포지토리는 자동으로 disable 되는데, 이를 막는 방법.
단순히 disable만 막을 뿐, distribution 변경 작업은 해야만 한다.
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
[Sources]
AllowThirdParty = yes
# 특정 ThirdParty 를 지정해서 disable 금지
[ThirdPartyMirrors]
{unique_name} = {url}
# example
[ThirdPartyMirrors]
opera/opera-stable=http://deb.opera.com/opera-stable/