Skip to content

Latest commit

 

History

History
538 lines (339 loc) · 12.2 KB

Ubuntu16.04升级到18.04的步骤.org

File metadata and controls

538 lines (339 loc) · 12.2 KB

Ubuntu16.04升级到18.04的步骤

  1. 更新系统
    sudo apt update
        

    sudo apt upgrade -y
        
    sudo apt dist-upgrade -y
        

  2. 删除无用的依赖
    sudo apt-get autoremove -y
        

  3. 安装update-manager-core
    sudo apt install update-manager-core -y
        

  4. 升级到18.04
    sudo do-release-upgrade