5

How do I install the driver for a Canon Pixma MG3600 on Ubuntu 32-bit?

1 Answers1

6

To install the drivers:

  1. Get the drivers here:

  2. 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
  3. Change into the extracted directory (cnijfilter2-5.20-1-deb) and run:

    ./install.sh
    

With that your drivers are ready to use.

George Udosen
  • 37,534