Debian 7.3 is out
debian.org
Debian 7.3 is out
1–10 of 71 posts
Re: Debian 7.3 is out
#2Re: Debian 7.3 is out
#3Better link with more info: http://www.debian.org/News/2013/20131214
http://www.debian.org/releases/stable/amd64/release-notes/in...
Re: Debian 7.3 is out
#4Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
apt-get update && apt-get upgrade && apt-get dist-upgrade
Re: Debian 7.3 is out
#5Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
Re: Debian 7.3 is out
#6Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
Re: Debian 7.3 is out
#7Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
There's nothing special about upgrading Debian between point releases.
Re: Debian 7.3 is out
#8Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
$ sudo apt-get update && sudo apt-get upgrade
In this particular case, from 7.1 to 7.3, "dist-upgrade" is not needed (you aren't upgrading from one distribution to another (e.g. from 6 to 7)).Re: Debian 7.3 is out
#9Better link with more info: http://www.debian.org/News/2013/20131214
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
The release notes you linked to are for the original 7.0 release. I think that most people will pretty much ignore that there's a point release and continue to update their systems regularly -- unless you're installing a large number of systems or have particular requirements there seems little point in paying it specific attention.
Re: Debian 7.3 is out
#10Earlier quoted context omitted.
It truly confuses me that the upgrade instructions are so obfuscated, bordering on unfindable. Can someone point me to the chapter where an upgrade from 7.1 to this version is covered? http://www.debian.org/releases/stable/amd64/release-notes/in...
Upgrading from any Debian 7 upgrade should just be: apt-get update && apt-get upgrade && apt-get dist-upgrade