Diff for "Foxit"


Differences between revisions 13 and 14
Revision 13 as of 2009-04-12 15:07:39
Size: 1615
Editor: host86-158-67-20
Comment: Updated as new bzip uploaded to fxit servers. Kept everything else the same, just updated the instructions so as its continually relevant. + removed problems as latest version shows no crashes.
Revision 14 as of 2009-04-29 23:56:24
Size: 1592
Editor: adsl190-027000006
Comment: Removed CategoryDocumentation reference
Deletions are marked like this. Additions are marked like this.
Line 46: Line 46:
CategoryDocumentation

Warning: this program is not known to work

Why Foxit?

Even though Ubuntu comes with a lot of great applications for working with PDFs, some functionality is not available in the programs installable through the standard repositories, and sometimes people just prefer something other than Evince, Kpdf, or Adobe Reader. Foxit is one of those programs.

How to Install Foxit

Paste these commands into the terminal:

Download Foxit

wget -c http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/unix/1.x/1.0/enu/FoxitReader10_Linux_enu_i386.tar.bz2

Unzip the archive

tar -jxvf FoxitReader10_Linux_enu_i386.tar.bz2 

Move the executable to a universal location

sudo mkdir /opt/foxit
sudo mv Foxit /opt/foxit/

Make the executable universally available

sudo ln -s /opt/foxit/Foxit/FoxitReader /usr/bin/foxit

Now, the command foxit should launch the application.

Remove the original archive

After you test out that Foxit is working properly, you can remove the original .tar.gz file you downloaded with the first command

rm FoxitReader10_Linux_enu_i386.tar.bz2

Another advanced PDF application

PDFedit is also a popular advanced PDF program.


Foxit (last edited 2017-09-04 21:10:00 by ckimes)