I'm trying to install my Canon iP7250 printer on a fresh install of 13:10 64bit. Last time I installed it successfully via http://handytutorial.com/install-canon-printer-driver-for-ubuntu-13-04-12-10-12-04 which entailed adding a repository via the terminal and then updating it. I then opened Synaptic and searched for my printer model and Synaptic then installed everything.
This time round I added the repositories but the update failed with the following error:
Failed to fetch http://ppa.launchpad.net/michael-gru...amd64/Packages 404 Not Found
Failed to fetch http://ppa.launchpad.net/michael-gru...-i386/Packages 404 Not Found
Some index files failed to download. They have been ignored, or old ones used instead.
An internet search failed to find another way of installing this printer so I'm stuck. My laptop also runs 64 bit 13:10 and the printer works, as I installed it months ago. Is there any way I can take something off that to use on this new machine?
Thank you all in advance
P.S. I have just found and downloaded the official Canon driver from the Canon website and extracted it, but I don't know how to install it.
Ctrl-Alt-t
, you get a terminal. Usecd
to move to the directory whereinstall.sh
is, type. ./install.sh
and pressEnter
. That will execute this file. I will also face the same kind of problem if you ask me to sit at some Windows machine. – Masroor Oct 29 '13 at 00:03cd Desktop/
, please note the uppercase D. Cases are important in Linux. – Masroor Oct 30 '13 at 00:12