Linux – Missing packages after clean Debian install

debian-wheezylinuxlxc

I've just installed a clean version of Debian (Wheezy) using the netInstall image.

I feel like there's a lot of missing package (that are usually installed by default when I used to use the full image for the install). For example Python wasn't installed.

Furthermore, when I installed lxc, it installed an other version (0.8.0 rc1) instead of the current 1.06 version.

How do I make my system install any missing package and install up to date packages?

Content of /etc/apt/sources.list:

deb http://ftp.ca.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free

Best Answer

A netinstall is really minimal, you simply add what you need instead of getting a common denominator which includes stuff you may not need, a good thing really.

The lxc version of 0.8 is also correct for Debian stable, Wheezy.

More recent versions of packages require a different release such as testing (jessie provides lxc 1.0.6-3), or unstable (sid provides lxc 1.0.6-4).