Foxit reader is a pretty good alternative PDF reader, if you’re a bit dissatisfied with the default one that comes with Ubuntu called “Evince”. Now few months ago, I wrote a post about how to install it in Ubuntu.
However, back then I used Ubuntu 11.04 Natty Narwhal (as it was the “hot release” those days :D) but thanks to a comment by “Nidhi” in that post I just realized that it doesn’t seem to work in Ubuntu 11.10 Oneiric Ocelot. I don’t know why, but for some reason, when you double click on the “.deb” file of Foxit in Ubuntu 11.10, Ubuntu Software Center, although the progress bar shows a 100% completion yet it doesn’t seem to get installed properly at all.
Now by default, after successfully installing a package, the “Install” button in Ubuntu Software Center should change into “Reinstall”, indicating that the app has successfully installed. But even after installing the Foxit (again, after the progress bar showing a 100% completion), that button still says “Install”, which is an indication that the installation was performed partially (if not installed at all).
So, after the installation, if you search in the Unity’s Dash for “foxit”, it’ll even display the program’s icon … however, when you click on it, noting happens, because the main Foxit executable file (more below) is missing due to the partial installation.

But the thing is, it can be easily fixed. So before going into further details, let’s do it.
Update (06/09/2012): These steps also works under Ubuntu 12.04 too.
1. First, download the official Foxit “.deb” file from this official download page (this issue is with the Foxit version “1.1.0”).
Update: This link doesn’t work anymore, but it’s still available to download. For that please visit this page and then under the ‘Foxit Reader’ sub-heading click on the drop-down menu and choose ‘Desktop Linux’. Then click ‘Free Download’ and from the next pop-up window, under ‘Package Type’ choose ‘Deb’.
Update 2015-August: The above link is also now gone!. But fear not, it’s still on the official Foxit mirror. You can download it from here (make sure to make a backup of it, who knows, Foxit might delete it too in the future).
2. Once the download finishes, double click on the file. It should open Ubuntu Software Center and then click on the “Install” button to install it.
As said before, just don’t worry about the “Install” button not changing into “Reinstall”. After the installation, close the Ubuntu Software Center (but make sure to click on the “Install” button at least once and the progress bar shows a 100% completion, so it has installed it, even if it’s partial).
3. Now go to the downloaded Foxit “.deb” file’s location and right click on it.
From the menu choose, “Open with Archive Manager”, as shown below.
This should open-up the file in the Archive manager and should display the actual content of the file as shown below (this is because a “.deb” file is sort of a file archive format).
4. Now double click on the folder called “usr” which should open the content of that folder.
Then from the next window (shown below), again double click on the file called “bin”.
Once inside that “bin” folder, you’ll see a file called “FoxitReader”. This is the main execution file of Foxit reader itself, and is also the one that doesn’t get copied/installed into HDD for some reason. What we’re going to do is quite simple. We’re gonna manually copy this file to the default location (“/usr/bin”) in your HDD which should solve our problem.
5. Now, select that file, and right click on it. From the menu choose “Extract”.
You can extract this to anywhere, but to keep things simple, please extract the file into your “Home” folder.
6. Once that’s done, open your Terminal window and simply issue the below command.
sudo cp FoxitReader /usr/bin
After that’s done, simply search for “foxit” in Unity’s Dash (or in Nautilus context menu after selecting a PDF file), and click on its icon, and voila!, now it should open the Foxit reader as it’s supposed to 😀 (shown below). That’s it!.

If you have extracted the “FoxitReader” file to somewhere else other than your “Home” folder, then please use the proper file path in the above command (“/your-folder-path/FoxitReader”).
*Update (05/11/2012), only for the Ubuntu 64-bit users:
If you use the 64-bit version of Ubuntu (12.04, 11.10 etc), then even after doing all this, “Foxit” still won’t work. That’s simply because, Foxit only has a 32-bit version and for an any application that’s created to run under 32-bit processor instructions should undergo few changes in order to support the 64-bit instructions.
But you can install a special software library that “fakes” (emulates) a 32-bit processor using your actual 64-bit CPU and the program should run without issues. In Ubuntu (plus, GNU/Linux in general), we need a library called “ia32-libs” for that.
It could be because this library has a shi* load of dependencies 😉 (needs a lot of individual packages, about 70-80MB to download), Ubuntu does not come with it pre-installed.
So, for all ya 64-bit users, after following all the above steps, there’s this one last step that you gotta do before you can enjoy our naughty little “Foxit”, and that is installing this software library. For that, open your Terminal window and enter the below command.
sudo apt-get install ia32-libs
That’s it, now it should work. A big thanks goes to “robert” (in the comment section), couldn’t have done it without you mate!, thank you :D.
But as this needs a lot of libraries (somewhat an “unnecessary burden”, if you won’t really be running 32-bit apps in 64-bit Ubuntu that is), unless you really can’t live without “Foxit”, I humbly suggest that you try something else, “qpdfview” for instance?. *
Update (07/12/2013): According to ‘Joe’ (comments) Ubuntu 13.10 users also have to install two additional packages. You can install them by entering the below command (Note: I did not test to see if they’re actually necessary or not).
sudo apt-get install libgtk2.0-0:i386 libstdc++6:i386
Oy Gyan!, BTW, why did the default Foxit “.deb” installation fail?
I honestly don’t know. But then again, that “.deb” file was last released more than two years ago!, so perhaps it’s some sort of an incompatibility issue.
Anyhow, if you’ve been having troubles properly installing or running Foxit PDF reader in Ubuntu 11.10 Oneiric Ocelot or 12.04 Precise Pangolin then that’s one way to fix it (hopefully ;-)). Enjoy!.
It works, thanks1
You are welcome! :).
Your article shows a great deal of care for clarity and making the process easy for those of us who know little about Ubuntu administration – thank you so much!
Hi Venus,
You are most welcome! :).
Works a treat and so clearly explained, thanks!
Hi Sahil,
No problemo 😉
Worked like a charm. Thanks 🙂
You are welcome Prashant :D.
Thank you it worked fine
Coooooool! ;-).
I was having problem running foxit after installation in ubuntu, but ur article really helped me in fixing it .. good work ..
Thank you!.
Same process works fine in ubuntu 12.04
thanks
Hello Ron,
Thanks for the update :).
genial,
thanks, works on 12.04
You are welcome Shurkes :).
Had some issues in 12.04 64bit. Foxit Reader wouldn't do anything at all when I tired to open it, no error or anything. So I tried to open it from the terminal and then it showed an error. Missing a 32 bit library. If this happens to you just run the following to fix it.
sudo apt-get install ia32-libs-gtk
Thank robert. I updated the post :).
Thanks Robert.
I had same problem, but I installed missing library and it fix ti. thnks
Gayan too. It works
Excellent! :D.
genial.. It works lovely in 12.04 34 bits. Thks a lot
Nope, the pleasure is all mine :).
For those, who are using the program "wine" to emulate windows programs, the ia32-libs are included.
Thanks!.
it worked like a charm … thx vry mch
You are welcome 'Joe'.
Brilliant.
Great work!!!
Keep it up 🙂
Thank you! :D.
It also works installing it with GDebi installer, instead of using the Software Center. It installs perfectly and no tweaks are needed.
Nice find!, lol.
Works like charm, thanks man!
No need to mention it mate, enjoy!:).
It's perfect step by step instruction. I am Linux virgin, but I did it! Better here, then at oficial sites and them support. God job body. Realy thank's. By my languague, "dakujem" 😉
:D.
Thank you very much for the detailed instructions. It works like a charm.
No problem 'Alfred M' :D.
It works, but foxitReader for Ubuntu is not one tenth as good as FoxitReader for windows. 🙁
Yeah, I'd say so :).
Спасибо!
Thank you very much & Grand Merci
:D!.
Thank you for this nice explanation!
I actually installed Foxit and had problems to get it started, so I followed your instructions without recognizing that there was an Update for 64-bit users (I use 64 bit 😉 ). So, now I decided not to use Foxit as I don't want to have “ia32-libs”.
Now my question is: how can I remove the "half-installed" Foxit?
I would be glad if you could help me! 🙂
Cheers, Nina
Hello 'Nina,
That's easy. I've already explained how to do that in a comment in another post. Please refer to the below post and look for the last comment by me.
https://www.hecticgeek.com/2012/04/qpdfview-pdf-re…
That should do the trick.
Thanks a lot! That worked perfectly! 🙂
Okay! :D.
Its Great PIts great explanation and worked like charms
Thank you 'Pavitra'!.
THANK YOU SO MUCH(: i was getting irritated because i had just moved from windows and i figured why would i keep dealing with ubuntu but now im fine and happy lol
Hey ‘jesse’,
You are welcome!. Enjoy your Ubuntu :).
Thanks a lot!!
You are welcome ‘Andrea’ :).
thanks Gayan
you “saved” my life ,I used to work with FoxitReader on windows and I like it 🙂
and now with your help I can enjoy it also on ubuntu 12.04
big love from Morocco 😉
You are welcome ‘elkassmielec’! :).
It worked fine here!
Thanks!
Glad to hear it :).
Thank you so much… I love this program 🙂
No problem! :).
Thank you!
No problem ‘Vic’ :).
Thanks a lot! From South Korea.
You are welcome friend!.
thanx for the info machan it really saved my time…. keep it up
Hey ‘Rumesh’,
Isthuthi! :D.
Thank you very much, great post, very clear and helpful.
Thanks ‘Juan’, appreciate it :).
I am using 64-bit ubuntu, and I finally got foxit able to use. Thank you so much! I’m the one who cannot live without foxit xD
You are welcome!.
Great ! Gracious !
You are welcome ‘Mohammad’ :D.
Thanks
You are welcome!.
Many Many Thanks. Great work.
Hi ‘veraaj’,
The pleasure is all mine mate :).
thanks gayan… thanks for the detailed howto!
You are welcome ‘sreekar’ :).
but this version of foxit for gnu/linux does nt have options like underlining/highlighting text… do you know any GPL-friendly reader that has this options in addition to ones that foxit for windows has… thank you in advance
sreekar
Try ‘qpdfview’, it has this function that you mentioned, and a lot more.
Please refer to the below link for installing it on Ubuntu …
https://www.hecticgeek.com/2012/04/qpdfview-pdf-reader-ubuntu-linux/
It works like a charm. Thank you very much for a good post. I tried so much to get Foxit to work.. and this did it. Had to install the 32 libs also, (cos i run 64bit), but thats ok.. if I can’t live without foxit, then 132Mb extra is not that much..
take care.. 😉
LOL.. had to install QPDFView also, because I actually needed Foxit to be able to underline PDF’s.. I guess there is now not any easy way to get rid of all the 32 libs i got installed earlier, is it?
Hi Adrian C.,
Well, you could try the below commands, but they might not necessarily remove all the files it installed though.
Then try the below one as well.
Thanks.. I actually tried that also, but like u said, I dont think it removed everything. So.. i just ran a partition restore cos I saved it not much earlier with fsarchiver.
I’m gonna go install QPDFViewer now, thanks for very good and usefull posts! bye…
You are welcome! :).
Thank you for your easy process dokumentation.The description saves a lot of time in the mistake search!
I like linux and the most of the applications works very good and offers many support functions.
But the PDF support in Linux is BAD! – really indistinct in a world full of electronic documents.
I will recommend with pleasure your side.
Thank you ‘Ralf’ :).
thanks. works fine.
Regards
:).
How to put sticky notes !!!
Hi ‘Vikram’,
I don’t use ‘Foxit’ these days. Try ‘qpdfview’, it has this functionality.
Thanks a lot for such a post. I was searching this from a long time…
‘Vinkal’, the pleasure is all mine mate :).
it’s work my friend, thank you very much
salam ubuntu from indonesia 🙂
You’re welcome ‘yuda’ :).
Yesss Thank you very much!!! It worked very well.
Enjoy! :).
Cannot find Foxit Reader 1.1.0 or any linux version on the official website to download. I tried using wget to connect to mirrors (as suggested here: https://help.ubuntu.com/community/Foxit ) but no such luck. Maybe they just pulled the plug on it? Can’t even find it on other sites. Oh well…guess I’ll just use Okular…
Hi Rob,
Yes, it seems like it’s no longer available for download :/. You can also try ‘qpdfview’ which in my opinion, is many times better than ‘Foxit Reader’.
Hi, Gayan, yes, it seems like MS after The Big Fail with Win8 is going for a war to survive, and MS tries to sign the contracts to remove competitive OS from development.
We bought upgrades in the company to Win8Pro, the result is now I am testing Linux, probably Ubuntu works the best. As we were using Foxit for years now I would love to test it for Ubuntu, and no .deb files nowhere. Has qpdfview option to open media files from PDF presentation?
Hi Piotr,
Mate I’m don’t know if ‘qpdfview’ supports that. I guess you’ll have to install it and see (that said, it’s still one of the best PDF viewers that I’ve used so far though).
many thanks. solved my problem.
No problem :).
Thx you, a lot of times!
btw: nice minimalistic design.
Спасибо.
You’re welcome :).
desde argentina, mil gracias, me sirvió
one question: how i do to traslate ? (into spanish?
You’re welcome Nacho (as for your question, you can use ‘Google translate’ for that).
Worked like a charm…I couldn’t use Linux without the help from guys like you …Thanks a bunchhh
You’re welcome.
This really works!! Thanks a bunch. I was one of the few with the 64bit version of Ubuntu. Had to do the extra step!
Great! :).
happy days it works thanks very much
:).
Hey Gayan, I am sorry if this is not the appropriate post to discuss this problem but I am very desperate indeed
Qbittorrent just crashed out of the blue and every time I re-install it , it doesn’t open at all , and when I try to open it from terminal , it gives me this error:
terminate called after throwing an instance of ‘std::runtime_error’
what(): locale::facet::_S_create_c_locale name not valid
I tried to install Deluge but it doesn’t want to open either, the only torrent client that works with me is Transmission..do you have any idea what is going on here ? Thanks, sorry to bother you
I’m sorry mate, I have no idea what that means (though a quick Google search gives me the impression that it’s a common program ‘run-time’ error).
That said, though it’s not my favorite, ‘Tixati‘ is also a bitcorrent client with a lot of features. But I would still go with ‘Transmission’ due to its simplicity.
For ubuntu 13.10 you need to do this:
apt-get install libgtk2.0-0:i386 libstdc++6:i386
Thanks Joe (I updated the post).
Just wanted to confirm that installing the 32 bit libs (libgtk2.0-0:i386 and libstdc++6:i386) also work on 64-bit Ubuntu 14.04. Looked all over for this solution, thank you for hosting it!
You’re welcome Patrick.
That made it work! Thanks a lot.
I wanted to install foxit for highlighting text but find no option in the Linux version 🙁
You’re welcome MJay. Try ‘qpdfview’, it’s a features rich, great alternative to ‘Foxit’.
Thank you very much! It also worked for me, running Ubuntu 12.04 on a 64-bit machine.
You’re welcome Sergio.
Hi there, sadly it does not work now. Now the archive compression is NOT supported:
The file is beginning with FXFC1 and Ubuntu archiver failed to open it.
What a MEGASTUPID “developers” … how to depack this new Foxit reader?!
For the record: same issue on CrunchBang Statler, same solution. Thanks a lot!
Hello! Would you please post the direct link where I may download the l Foxit 1.1 for GNU/Linux.deb. On the official page you can not choose the operating system. Available only for Windows.
Hi Alex,
I actually found the official ‘.deb’ file in the official Foxit reader mirrors. Here’s the link…
http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/1.1/enu/FoxitReader_1.1.0_i386.deb
P.S: I’ll update the post shortly.
Thank you, Gayan! Everything runs perfectly!
You are the money Savior!
You’re welcome 🙂 .
THANK YOU!!!! I was able to download it with medium difficulty as I’m a NOOB. But I did it. The hardest part for me was how to extract it to the “home” folder. It didn’t offer me that option. So I just extracted it where I extracted it, then I moved it to the home folder. And it all worked out.
You’re welcome Nick & great work!. One should learn to take life as it comes! 🙂 .
that .deb file is the 2009 version though…
is there a way to install the 2015 linux version?
i am running elementary os based on ubuntu 12.04 32bit
thanks!
Hi Miles,
Oh wow, they really have re-released one for GNU/Linux!, huh.
Answering your question, the installation is quite simple. Just download the appropriate package (32-bit or 64-bit version), then extract the file inside it and double click on it. It’ll open up a very user friendly GUI for installing Foxing reader. That’s it.
Thanks it worked indeed,
just didn’t found the files at first glance…
two hurdles i have though:
is there a way to integrate it into firefox with a plugin and
can you customize shortcuts anyhow?
You’re welcome Miles. As for the questions, I couldn’t install the Firefox addon in GNU/Linux (I’m using Fedora 22) because there is no such option to install the Foxit Reader adons (‘.fzip’) in the GNU/Linux version. And, for the second question, well, I don’t have Elementary OS so I can’t even try to find an answer, sorry about that. You can however, read the below article which describes numerous ways to customize it, who knows it might contain your answer:
http://www.elementarynow.com/what-is-elementary-3/customize/
thank you for your reply
I also failed to install the fzip plugin. regarding the shortcuts, I meant within the installed foxit reader… there seems to be no such option offered under preferences
but nevermind, foxit still much faster than the other pdf-readers in ubuntu
🙂 .
Very useful in this age as well!
You’re welcome.