How do I install the driver for a Canon Pixma MG3600 on Ubuntu 32-bit?
1 Answer
To install the drivers:
Get the drivers here:
Extract file from terminal in the download directory:
tar -zxvf cnijfilter2-5.20-1-deb.tar.gz- extract by right clicking with mouse and selecting extract here
Change into the extracted directory (cnijfilter2-5.20-1-deb) and run:
./install.sh
With that your drivers are ready to use.
1