Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: apt

Finding the best apt mirror in Ubuntu

I wanted to speed up package downloading to set up my apt-proxy today in Gutsy, so I decided to find the correct way to find the fastest Ubuntu mirror. It’s actually done like so (stolen from here): Click on “System | Administration | Software Sources” Under “Ubuntu Sotware” tab, choose “Other” in the “Download from” list box. Choose your country and then click “Select Best Server” and choose the recommendation. This automatically updates the /etc/apt/sources.lst file. The same utility can [...]

libpango1.0-0 dependency issues in Gutsy

If you, like me, were having issues like the following: Depends: libpango1.0-0 (>=1.18.3) but 1.18.2-0ubuntu1 is to be installed The solution is adding this to your /etc/apt/sources.list: deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted Apparently, they only put the new libpango libraries into gutsy-updates. That’s kinda lame IMHO.