Foxit Reader for amd64 Linux

Source: Internet
Author: User

Foxit Reader is my favorite pdf reader when I was a Windows XP user. it has superior performance and much lighter than Adobe Reader. I wouldn't say Adobe Reader for Linux is worse, but most of the time I just want to read my PDF document without any special
Functions, therefore, I wowould definitely choose Foxit Reader on my Linux.

Foxit Reader for Linux provides three types of binries: bz2, rpm and Deb. though the RPM and Deb files are for i386 only, they can still be installed on amd64 (x86_64 ). debian users may find it not that direct to install i386 Deb, the complaint message is
Architecture conflicting. To resolve this issue for Debian, a force option is a must:

Dpkg -- force-architecture-I foxitreader_1.1.0_i386.deb

However, followed by launching foxitreader is an error message:

Error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: no such file or directory

No need to be panic. Let's check if we really miss this library:

Locate libgtk-x11-2.0.so.0

And my Ubuntu did have this library:

 
/Usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10

The root reason for the missing-shared-object message is that the foxitreader was built for i386 Linux thus it needs i386 version of libgtk-x11. What you gotta do is to install libs for i386:

Aptitude install libgtk2.0-0: i386 libstdc ++ 6: i386

For Debian amd64 users, some obstacles may be encountered. Debian amd64 will not allow users to install an i386 Deb, therefore you need to let dpkg search i386 packages by executing:

Dpkg -- add-architecture i386 & apt-Get update

To let Debian amd64 aware i386 repository. for other distributions, the package name will be similar libgtk2.0.i386 or something like that. the command of it is foxitreader, now you may feel free to use Foxit Reader on your Linux.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.