본문 바로가기

Engineering/__00. Linux

Ubuntu Upgrade

1. 버전확인

$ uname -mrs
$ lsb_release -a


Ubuntu Servers (Recommended)

  1. 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
  2. Install update-manager-core if it is not already installed:

    sudo apt-get install update-manager-core
  3. Launch the upgrade tool:

    do-release-upgrade
  4. Follow the on-screen instructions.


'Engineering > __00. Linux' 카테고리의 다른 글

[Sendmail] mqueue  (0) 2016.02.22
[Ubuntu] runlevel  (0) 2016.02.05
rm: Argument list too long - Solution (펌)  (0) 2015.10.27
[PHP] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted  (0) 2015.05.14
file 정보 확인  (0) 2015.04.07