Comment 6 for bug 141096

Revision history for this message
pivotter (pivotter) wrote :

Solution : bug : 140739

Thanks TJ !

For each binary package, download the .deb listed under "File download"

You can also use a terminal and wget to do this, e.g. (for amd64) copy the link to the deb file and paste it as an argument to wget:

$ wget http://launchpadlibrarian.net/9354821/dpkg_1.14.5ubuntu14_amd64.deb
$ wget http://launchpadlibrarian.net/9354822/dselect_1.14.5ubuntu14_amd64.deb

Once downloaded, install:
$ dpkg -i dpkg_1.14.5ubuntu14_amd64.deb
$ sudo dpkg -i dselect_1.14.5ubuntu14_amd64.deb