Displaying articles with tag

Finding the best apt mirror in Ubuntu

Posted by hank, Sat Mar 22 16:27:00 UTC 2008

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):

  1. Click on “System | Administration | Software Sources”
  2. Under “Ubuntu Sotware” tab, choose “Other” in the “Download from” list box.
  3. 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 also be reached from the Synaptic Package Manager, through “Settings | Repositories”. In action:

It says mirrors.rit.edu is the best one for me. Makes sense.

Tags:

libpango1.0-0 dependency issues in Gutsy

Posted by hank, Sat Dec 01 22:56:00 UTC 2007

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.

Tags: