On Ubuntu 14.04 Firefox 37, the download page seems to work for me showing:
P200 series IJ Printer Driver Ver. 4.00 for Linux (debian Packagearchive)
- Last Updated : 05-Sep-2013
- Issue Number : 0100551401
OS
Linux
Outline
This software is a printer driver for printing using the Canon IJ
printer.
....
lots of stuff about licenses you probably ought to read
....
System requirements
Ubuntu 13.04(32bit/64bit)
Setup instruction
Install the downloaded package archive file as an Administrator
following the manual. For how to install and use this software, refer
to the instruction manual.
File information
File name : cnijfilter-p200series-4.00-1-deb.tar.gz
File version : 4.00
File language : German, English, French, Japanese, Simplified Chinese
File size : 1,387KB
Download Now
Once you have downloaded it (it should have the filename cnijfilter-p200series-4.00-1-deb.tar.gz
), it looks like you have to run the install.sh
file in the parent directory of the files you extract (extract all the files from the archive first). This probably should install the appropriate cnijfilter-common_4.00-1
and cnijfilter-p200series_4.00-1
packages contained within it for you architecture.
If you are still having download issues, try this in terminal
wget gdlp01.c-wss.com/gds/4/0100005514/01/cnijfilter-p200series-4.00-1-deb.tar.gz
tar zxvf cnijfilter-p200series-4.00-1-deb.tar.gz
cd cnijfilter-p200series-4.00-1-deb
sudo ./install.sh
rm cnijfilter-p200series-4.00-1-deb.tar.gz
rm -rf cnijfilter-p200series-4.00-1-deb
These lines of code will download, extract, install and clean up after the installation
The page says it is for 13.04, they may not work for other releases, in which case try installing the the deb files using sudo gdebi /PATH/TO/FILE1.deb /PATH/TO/FILE1.deb
- install the amd64 debs if you are using 64bit Ubuntu, and the i386 if you are using 32bit.
You might not be getting this as your internet browser is sending a User agent for a OS that uses RPMs or something.
.rpm
packages to.deb packages
, check this – Faizan Akram Dar Apr 11 '15 at 12:40