Comment 7 for bug 576705

Revision history for this message
Till Kamppeter (till-kamppeter) wrote : Re: printer dosn't work on 10.04

Can everyone who still has a problem run the following commands:

mkdir tmp
cd tmp
wget https://launchpad.net/ubuntu/+archive/primary/+files/gutenprint_5.2.4.orig.tar.gz
wget https://launchpad.net/ubuntu/+archive/primary/+files/gutenprint_5.2.4-0ubuntu2.dsc
wget https://launchpad.net/ubuntu/+archive/primary/+files/gutenprint_5.2.4-0ubuntu2.diff.gz
sudo apt-get install build-essential fakeroot
sudo apt-get build-dep gutenprint
dpkg-source -x gutenprint_5.2.4-0ubuntu2.dsc
cd gutenprint-5.2.4
dpkg-buildpackage -rfakeroot
dpkg -i ../*.deb

Now try to print. Does it work now?