Jump to content

Debian Linux 8.3 “jessie” released and here is how to upgrade it from


securitybreach

Recommended Posts

securitybreach
Procedure: Upgrade Debian 8 from version 8.2 to 8.3

 

The procedure is as follows. First, note down the current version:

$ uname -mrs
$ lsb_release -a

 

Type the following apt-get commands to upgrade:

$ sudo apt-get update
$ sudo apt-get dist-upgrade

 

Finally reboot the system:

$ sudo reboot

 

Verify that upgrade went smoothly:

$ uname -mrs
$ lsb_release -a
$ dmesg | egrep -i 'err|warn|critical'
$ sudo tail -f /var/log/myapp

 

debian-8.3-desktop.jpg

http://www.cyberciti...rom-8-3-to-8-2/

Link to comment
Share on other sites

  • 1 month later...

A curious note: I've been futzing about with a debian VM for a while now (since the early days of 8.2) and never used dist-upgrade, but it appears that the common garden variety 'apt-get update' command will automatically upgrade to version 8.3. (May depend on which mirrors you're using though, I'm not sure to be honest.)

  • Like 1
Link to comment
Share on other sites

securitybreach

I always thought you did apt-get dist-upgrade because it changed the sources.list to the new version and updated from that. I didn't realize that a simple apt-get upgrade would do that.

Link to comment
Share on other sites

apt-get update won't remove packages, just update existing ones.

dist-upgrade will, so may need to be used for a new version depending on what needs changing. Not necessary to do often in Stable.

http://forums.debian...hp?f=30&t=80324

 

Neither will change the sources. apt-get update just refreshes the list of available packages from currently enabled sources.

upgrade/dist-upgrade installs the updated packages.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...