How to install downloaded Canon ScanGear

I have newly installed Ubuntu 12.04. I have Canon MG6360 printer/scanner. I have successfully installed printer drivers and can print okay. Have downloaded MG6300 series ScanGear MP Ver. 2.00 for Linux (deb) from Canon but don't know how to install this from terminal.

I apologise for having to ask such a basic question! Thanks.

Later...I have extracted the files. Question appears: Do I want to run install.sh? I click 'run in terminal', and enter password. I don't know if it installed and don't know how to check. Scanner does not work or 'see' the PC. Any advice would be greatly appreciated.

1 Answer

To install a .deb file from terminal, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded (most likely the Downloads folder),run the command(s) below:

sudo dpkg -i <file_name>.deb

When you extract the file, you can see that there is a folder called packages, open that folder, and you will see 4 files. Choose the right one for your architecture. See image below.

enter image description here

Use the command above to install both files.

13

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like