Wednesday, April 17, 2013

Installation of Foxit Reader on Ubuntu


Download the installable file from following link:

http://cdn04.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/1.1/enu/FoxitReader_1.1.0_i386.deb

After download completion, open the terminal and goto the folder where FoxitReader_1.1.0_i386.deb is stored.

For 32 bit Ubuntu execute command :
$ sudo dpkg -i  FoxitReader_1.1.0_i386.deb

For 64 bit Ubuntu execute command :
$ sudo dpkg -i --force-architecture FoxitReader_1.1.0_i386.deb