packages
Removing package cruft from a Debian or Ubuntu system
Submitted by specialj on Mon, 2008-04-28 19:59.Over time, especially with Ubuntu and it’s 6 month release cycle, a system can contain a number of packages that are no longer needed but still present on the system in some way. I have a number of techniques I use to locate these packages and remove them and I thought I would share them.
Answering package dependency questions using apt-cache and apt-rdepends
Submitted by specialj on Mon, 2008-04-28 04:30.I often find myself asking the same questions about package dependencies. It can sometimes be confusing to remember which command answers which question due to the similarity of the commands. These are the common questions:
Determining which installed packages are from universe or multiverse
Submitted by specialj on Wed, 2008-04-16 05:49.I was interested in trying to determine how many packages were installed from universe on the servers I manage. Luckily I came across a helpful discussion titled list installed Universe packages which suggested this command:
comm -12 <(apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe/ |sort) <(dpkg --get-selections | awk '$2 == "install" { print $1 }' |sort)
To get the command to work I had to install the package dctrl-tools (for the grep-dctrl command):
sudo apt-get install dctrl-tools
After that it worked pretty well and can easily be adapted to search for other sections. It turns out that my servers use many packages from universe but none from restricted or multiverse, which is nice.
New packages in Ubuntu 8.10 (Hardy Heron) that I'm excited about
Submitted by specialj on Sat, 2008-03-22 20:34.Sure there are a lot of updates and other niceness but today I got excited about some new packages that haven’t been present in past releases. I’ve included them with others that I’ve mentioned in the past. So here are packages that are new in Ubuntu 8.10 but that I plan to use immediately.




Recent comments
9 weeks 2 days ago
10 weeks 19 min ago
15 weeks 1 day ago
15 weeks 1 day ago
15 weeks 2 days ago
15 weeks 6 days ago
16 weeks 1 hour ago
16 weeks 5 days ago
16 weeks 5 days ago
16 weeks 5 days ago