Even funnier, I found the answer for that on the Arch Wiki page on Pacmac Rosetta:
Debian 7.3 is out
31–40 of 71 posts
Re: Debian 7.3 is out
#32Earlier quoted context omitted.
As others have mentioned: $ 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)).
Well, sometimes you need to dist-upgrade, even when not switching distros.
Re: Debian 7.3 is out
#33I recently gave Debian a try and one thing that surprised me, coming from Arch, is that the tool to install software, apt-get, can't list what software has already been installed. You have to use dkpg to get that information. Even funnier, I found the answer for that on the Arch Wiki page on Pacmac Rosetta: https://wiki.archlinux.org/index.php/Pacman_Rosetta
RPM distros are similar, as they use higher-level tools to do dependencies (yum, zypper, etc.; there was even apt for RPM) and then RPM to actually install the packages and track them.
Admittedly though Debian's command line tools are stuck in the past in this regard, as the user shouldn't need to care about all this. Arch gets this right by putting it all into pacman.
Re: Debian 7.3 is out
#34I recently gave Debian a try and one thing that surprised me, coming from Arch, is that the tool to install software, apt-get, can't list what software has already been installed. You have to use dkpg to get that information. Even funnier, I found the answer for that on the Arch Wiki page on Pacmac Rosetta: https://wiki.archlinux.org/index.php/Pacman_Rosetta
If you want to know which packages are installed: aptitude search '~i'
That command will list all your installed packages and the automagically installed ones will be marked with A.
Re: Debian 7.3 is out
#35Re: Debian 7.3 is out
#36Better link with more info: http://www.debian.org/News/2013/20131214
Re: Debian 7.3 is out
#37Anybody knows if the kernel version was bumped?
Re: Debian 7.3 is out
#38I recently gave Debian a try and one thing that surprised me, coming from Arch, is that the tool to install software, apt-get, can't list what software has already been installed. You have to use dkpg to get that information. Even funnier, I found the answer for that on the Arch Wiki page on Pacmac Rosetta: https://wiki.archlinux.org/index.php/Pacman_Rosetta
Sort of makes sense if you consider the history behind it: dpkg installs software, not apt-get. apt-get, aptitude, etc. are higher-level dependency resolution tools that simply loop in dpkg to actually install packages. dselect is an older tool that did dependencies before apt-get came around. RPM distros are similar, as they use higher-level tools to do dependencies (yum, zypper, etc.; there was even apt for RPM) an…
Re: Debian 7.3 is out
#39I recently gave Debian a try and one thing that surprised me, coming from Arch, is that the tool to install software, apt-get, can't list what software has already been installed. You have to use dkpg to get that information. Even funnier, I found the answer for that on the Arch Wiki page on Pacmac Rosetta: https://wiki.archlinux.org/index.php/Pacman_Rosetta
The opposite would be the surprising thing, this is not Windows. There are managers that do the whole thing in one single executable that calls others, even with GUIs etc, for dumb people.
Re: Debian 7.3 is out
#40Earlier quoted context omitted.
apt-get update && apt-get upgrade There's nothing special about upgrading Debian between point releases.
There's nothing special...except for the actual commands. Empathize with the newbie.
When the newbie installed debian in the first place they were (should have been) told to do that.
(And yes there is a tool that will do it automatically and email you if there are updates - apticron.)