Earlier quoted context omitted.
Well, sometimes you need to dist-upgrade, even when not switching distros.
How would you know when?
Debian 7.3 is out
41–50 of 71 posts
Re: Debian 7.3 is out
#42Earlier quoted context omitted.
Well, sometimes you need to dist-upgrade, even when not switching distros.
How would you know when?
It never happens with a point release though - they are careful about that.
Re: Debian 7.3 is out
#43I 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
Better use aptitude instead of apt-get. 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
#44Earlier quoted context omitted.
Try it on a VM like VirtualBox (free, OS X supported). Among the advantages, you get vastly superior hardware support, particularly with the trackpad. Source: Running Debian Wheezy on a 2011 Air. edit to add: Here's a quick list what running Debian on a VM gives you: * Seamless full-screen linux with full hardware access (e.g. GPU) * Advantage of native OS X drivers (particularly the amazing trackpad -- linux drivers…
However, performance is shite. I ended up going for a native install and you can appreciate the difference. That is, if you run Gnome 3 (which is a pile of shite as well). When on other DMs, if you can call xmonad a dm, virtual box was just awesome, for exactly the reasons you mentioned.
Re: Debian 7.3 is out
#45Re: Debian 7.3 is out
#46Anybody knows if the kernel version was bumped?
Re: Debian 7.3 is out
#47Earlier quoted context omitted.
Better use aptitude instead of apt-get. 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.
Honestly, I find Aptitude hard to use. Maybe Pacman has spoiled me.
When I first started using Arch (coming from 'buntu and Debian) I was surprised just how straightforward most of the flags were.
Re: Debian 7.3 is out
#48Earlier quoted context omitted.
There's nothing special...except for the actual commands. Empathize with the newbie.
You are supposed to run those commands every day, not just with a point release. 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.)
apt-get dist-upgrade
???Re: Debian 7.3 is out
#49Can anyone point me to a step by step for how to get debian running on a macbook air? I've googled it and tried at least 4 different approaches, to no avail. I'm talking about a macbookair3,1 (late 2010 11").
http://www.debian.org/devel/debian-installer/
I am not sure, but you may need the additional firmware files listed on that page.
Re: Debian 7.3 is out
#50Earlier quoted context omitted.
Upgrading from any Debian 7 upgrade should just be: apt-get update && apt-get upgrade && apt-get dist-upgrade
You don't need that upgrade. The only difference between upgrade and dist-upgrade is that dist-upgrade can add and remove packages, while upgrade will decline to make any upgrades that would require this. As such, dist-upgrade is almost always the one you meant.