How to install the Foxit reader on Linux (2024)

The Foxit Reader is free PDF software for Linux, Mac, and Windows. It is open-source software. With it, users can create as well as annotate and collaborate with PDF files. Here’s how to install it on Linux.

How to install the Foxit reader on Linux (1)

Ubuntu installation instructions

To get the Foxit Reader working on Ubuntu, you will need to download the installer program from the developer’s website. The Foxit Reader installer works on all distributions, including Ubuntu.

To download the latest Foxit Reader to your Ubuntu PC, start by opening up a terminal window. You can open up a terminal window on the Ubuntu desktop by using the Ctrl + Alt + Tcommand.

Once the terminal window is open, make use of thewgetterminal downloader tool. It comes pre-installed on Ubuntu and will make downloading the latest Foxit much faster, as you won’t have to deal with the website.

wget http://cdn09.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

After downloading the latest Foxit Reader Linux installer to your Ubuntu PC, you will need to extract it, as the installer is distributed via Tar GZ. Using the tar xvfcommand, decompress the Foxit Reader archive.

tar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

With everything extracted, it is time to start up the GUI installer for the Foxit reader.

./'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'

Once the installer is open on your Ubuntu PC, use the UI installer to get the Foxit Reader set up on your system. The installer will walk you through the process, similar to Windows app installers.

Debian installation instructions

How to install the Foxit reader on Linux (2)

If you’re using Debian Linux and need to get the Foxit Reader working on your system, there’s only one way to go about it: you will have to download the Foxit Reader installer from the website.

On Debian Linux, installing Foxit Reader is slightly different, as the platform is one of the few mainstream Linux operating systems that still support 32-bit architecture. For this reason, we will cover how to install either the 32-bit or 64-bit versions of the Foxit Reader.

To start the installation, you must download the installer. To download the installer, open up a terminal window on the Debian Linux desktop. To open up the terminal on Debian, pressCtrl + Alt + T on the keyboard.

Once the terminal window is open, use the built-inwgetdownloader tool to grab either the 32-bit or 64-bit release of Foxit Reader for your Debian Linux system.

32-bit download

wget https://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0910.x86.run.tar.gz

64-bit download

wget http://cdn09.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

When the Foxit Reader installer has finished downloading to your Debian Linux PC, you must extract it. It needs to be extracted because the Linux Foxit Reader installer is distributed via a Tar GZ archive.

To extract the Foxit Tar GZ archive, make use of thetar xvfcommand below.

32-bit extract

tar xvf FoxitReader.enu.setup.2.4.4.0910.x86.run.tar.gz

64-bit extract

tar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

Once everything is extracted, it is time to start up the GUI Foxit reader installer. To do this, execute the command below in the terminal.

32-bit run

./'FoxitReader.enu.setup.2.4.4.0910(r057d814).x86.run'

64-bit run

./'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'

When the Foxit reader installer pops up on the screen, the installation can begin. Follow along with the GUI to get the app working on your Debian Linux system.

Arch Linux installation instructions

The Foxit Reader is supposed to be installed on Linux by manually downloading the GUI installer from the developers’ website. However, on Arch Linux, it’s much easier. Why? Users have created a Foxit Reader AUR package.

To get started with the Foxit Reader AUR package, you must first install the Trizen AUR helper application. To install the Trizen AUR helper, enter the commands below.

Note: If you are a Manjaro Linux user, these instructions will also work for your system.

sudo pacman -S git base-develgit clone https://aur.archlinux.org/trizen.gitcd trizenmakepkg -sri

After installing the Trizen AUR helper application on your Arch Linux PC, use it to install the latest Foxit Reader with the trizen -Scommand below.

trizen -S foxitreader

Fedora/OpenSUSE installation instructions

How to install the Foxit reader on Linux (3)

Foxit Reader is compatible with Fedora and OpenSUSE, as the app installs on the system via a generic file rather than packages specific to distributions. If you’re on Fedora or OpenSUSE, here’s how to get the app working.

First, open up a terminal window on the desktop by pressingCtrl + Alt + Tkeyboard. Once the terminal window is open, it is time to download the latest Foxit Reader installation package to your computer.

Using thewgetcommand, download the latest Foxit Reader package. This download should be quick, as the file is only a couple of megabytes in size.

wget http://cdn09.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

After the download completes, extract the Foxit Reader Tar GZ file on your Linux PC. To do that, make use of the followingtar xvfcommand in a terminal window.

tar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

When everything is extracted, you must start up the Foxit Reader installation GUI. To do that, execute the following command in a terminal window.

./'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'

With the Foxit Reader GUI open, use it to install the program on your Fedora or OpenSUSE Linux system.

How to install the Foxit reader on Linux (4)

Read Full Bio

AddictiveTips Team

Latest from Author

Deploy SeaFile in Docker on Ubuntu Server How to install TeamSpeak5 on Chromebook

4 Comments

  1. Warning! Do not use that Trizen AUR helper. It installed a bunch crap on my system that I didn’t want; gstreamer plugins, openssl, etc, All I wanted was Foxit and now I’m left to cleanup the mess adding that helper caused.

    Reply

  2. Foxit Reader is prone to random lockups on Ubuntu (And by extension, Mint, Zorin, etc.)

    According to their tech support:

    “Foxit Reader for Linux has been discontinued for a period of time. Last version for Linux is 2.4 and there is no plan for new update. Below are supported systems. Any other system may not be well compatible with Foxit Reader.”

    Ubuntu Desktop 14.04 ~ 16.10
    Red Hat Enterprise Linux Server 6.x (64-bit) ~ 7.x
    SUSE 12 Linux Enterprise Server
    OpenSUSE 13.2
    OpenSUSE Leap 42.x

    Reply

  3. Thanks heaps. I love using Linux and without sites like this my experience would be very limited. Cheers.

    Reply

  4. Thanks for the very helpful tip

    Reply

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

How to install the Foxit reader on Linux (2024)
Top Articles
Latest Posts
Article information

Author: Laurine Ryan

Last Updated:

Views: 6419

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Laurine Ryan

Birthday: 1994-12-23

Address: Suite 751 871 Lissette Throughway, West Kittie, NH 41603

Phone: +2366831109631

Job: Sales Producer

Hobby: Creative writing, Motor sports, Do it yourself, Skateboarding, Coffee roasting, Calligraphy, Stand-up comedy

Introduction: My name is Laurine Ryan, I am a adorable, fair, graceful, spotless, gorgeous, homely, cooperative person who loves writing and wants to share my knowledge and understanding with you.