About a year ago I switched from Ubuntu to Gentoo. It was a bit of an experimental switch, but I must confess I am now a convert – I’ve got it running on my development machine at work, at home, and on my laptop.
I really like the way that its package management works – using emerge and portage. In my /etc/make.conf file I have the following:
ACCEPT_KEYWORDS="amd64 ~amd64"
which essentially means I’m allowing the use of the AMD64 testing branch. To be honest though, I’ve never really had any problems. If there is a particular package that causes problems, you can very easily mask it out anyway. Read the remainder of this entry »