Jump to content
1 minute ago, Bharath1910 said:

ubuntu will search for drivers automatically

Typically, but if it's a really obscure printer, it may try to install the closest known driver and go from there,

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14074476
Share on other sites

Link to post
Share on other sites

2 minutes ago, Bharath1910 said:

canon pixma E560

If you can believ this site, here are the drivers

 

https://downloadubuntusoftware.info/canon-pixma-e560-drivers-download/

 

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14074480
Share on other sites

Link to post
Share on other sites

CANON is one of those companies that stopped supporting windows 64 bit systems but kept making solid drivers for unix and linux early on. Most CANON printers work amazingly well. I have an old CANON and a Brother B/W laser printer that are connected to a Ubuntu 19.04 machine because there are no current drivers for windows available anymore. For older stuff, Linux is a really good option. In your case, there are official drivers from CANON, so you should be good to go. Happy printing.

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14074579
Share on other sites

Link to post
Share on other sites

32 minutes ago, Applefreak said:

CANON is one of those companies that stopped supporting windows 64 bit systems but kept making solid drivers for unix and linux early on. Most CANON printers work amazingly well. I have an old CANON and a Brother B/W laser printer that are connected to a Ubuntu 19.04 machine because there are no current drivers for windows available anymore. For older stuff, Linux is a really good option. In your case, there are official drivers from CANON, so you should be good to go. Happy printing.

Thank you 
but can you give driver's link and tell me how to install??
because I'm new to ubuntu..

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14074718
Share on other sites

Link to post
Share on other sites

I have recently installed ubuntu in my PC and I'm new to linux..
I wanted a driver for my canon E560 Printer and I got a files like in the picture....
I wanted that IJ driver..which is available in source file, rpm pakagearchive, and debian packagearchive
what should I download and how to get it running pls help..

Screenshot (130).png

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14076394
Share on other sites

Link to post
Share on other sites

21 minutes ago, Bharath1910 said:

but How to....I'm very new to linux

 

open a terminal

 

cd ~/Downloads

 

This moves you to the locations of your downloads

 

tar -xf FILENAME

 

this will extract the files from the tarball(name for compression)

 

cd NEWFOLDER

 

this chnages your directory to the location that you extracted

 

sudo ./installer.

 

This runs the installer in the tarball.

Link to comment
https://linustechtips.com/topic/1252878-a-doubt-on-ubuntu/#findComment-14076441
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×