Engineering/__00. Linux
Ubuntu Upgrade
qahuni
2016. 1. 8. 14:18
1. 버전확인
$ uname -mrs
$ lsb_release -a
Ubuntu Servers (Recommended)
If you installed from 14.04 or 12.04 originally you will need to remove LTS upgrade restrictions. Replace Prompt=lts with Prompt=normal:
sudo pico /etc/update-manager/release-upgrades
Install update-manager-core if it is not already installed:
sudo apt-get install update-manager-core
Launch the upgrade tool:
do-release-upgrade
- Follow the on-screen instructions.