0

I try to get my Mx 360 working on 18.04. I got the driver downloaded from canon, extracted but there is no install.sh. What do I have to do? In the meantime I managed to download the right driver from canons japanese site (http://support-sg.canon-asia.com/contents/SG/EN/0100329501.html). I even got through these Tutorial (https://tutorialforlinux.com/2018/04/21/printer-canon-mx360-driver-for-ubuntu-18-04-bionic-how-to-download-install/) but now the software will not detect my printer anymore.

1 Answers1

0

so from the Canon Singapore site that you cite;

I get cnijfilter-mx360series-3.50-1-deb.tar.gz downloaded and saved

if you open a terminal and copy the commands below and do

cd Downloads

tar -zxvf cnijfilter-mx360series-3.50-1-deb.tar.gz

cd cnijfilter-mx360series-3.50-1-deb

sudo ./install.sh

does that not run an install script for you?

pdc
  • 1,132