I am trying to install my Canon MP280 printer to my recently upgraded Ubuntu focal 20.04. This printer worked out-of-the-box with Ubuntu 18.04 on same hardware (HP Folio 1040), so I am surprised to find it does not work quite so well.
I've tried two paths:
system-config-printer: This leads me to either install a generic text-only driver, or a list of non-matching Canon printers. Either way I cannot actually print anything.
install proprietary driver as described here. This ultimately fails due to a dependency to an arcane version of libtiff4 whereas libtiff5 is the only available on 20.04.
Did Ubuntu leave my printer behind?
To resolve:
There is a PPA for Canon printer drivers. MP280 is listed in this Ubuntu Handbook article among devices covered. This worked for me in Ubuntu 20.04:
After this, you should be able to use
apt search mp280
(replacemp280
as needed for other devices) to find the correct driver, or install Synaptic Package Manager (sudo apt install synaptic
) for a nice GUI search.