사용자 도구

사이트 도구


linux:ubuntu:upgrade

문서의 이전 판입니다!


Ubuntu Upgrade

배포판(dist) 업그레이드

  • Upgrading from command line
    # 선행작업
    sudo apt-get install update-manager-core
     
    # 업그레이드
    # /etc/update-manager/release-upgrades 파일에서
    # Prompt=lts -> Prompt=normal 로 변경
     
    sudo do-release-upgrade
     
    # 혹은 아래 명령으로 배포판 업그레이드 검사 후 업그레이드 가능.
    sudo update-manager -c 
  • 업그레이드 진행시 PPA 리포지토리가 모두 비활성화된다. 업그레이드 후 배포판에 맞게 다시 활성화 시켜줄 것.

update-manger

  • 패키지 및 배포판 업그레이드 관리
linux/ubuntu/upgrade.1451743150.txt.gz · 마지막으로 수정됨: 2016/01/02 22:29 저자 kwon37xi