Categories: DesktopLinuxUbuntu

How to Install Foxit PDF Reader on Ubuntu

PDF is one of the most popular and preferable file formats when it comes to reading, printing, and sharing files. This is because it can be opened on almost all operating systems. In Linux, you might be familiar with many PDF readers. Foxit PDF Reader is among the popular PDF readers that are available for Linux, Windows, macOS, and Android operating systems. Foxit PDF Reader is a lightweight and fast software that allows you to create, read, print, sign, and share PDF files no matter where you are and what device you are using.

In today’s guide, we will describe how to install Foxit reader on the Ubuntu system.

Note: The methods described here have been tested on Ubuntu 22.04 LTS and Ubuntu 20.04 LTS.

Installing Foxit Reader on Ubuntu (Method 1)

In this method, we will download the Foxit reader from the Foxit official website, extract it and then install it using the command line. Follow the steps mentioned below for the installation procedure.

Step 1: Download Foxit Archive

First, you will need to download the Foxit reader tar.gz archive package for Linux OS. Open the Terminal and execute the below command for installing Foxit reader on your Ubuntu machine:

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

The downloaded file will be a tar.gz archive file and it will be saved to your current Terminal directory.

Step 2: Extract Archive

Now execute the below command to extract the content of the archive file:

$ tar -xzf Foxit*.tar.gz

This command will extract the archive in the current Terminal directory.

Step 3: Run Installer File

In the extracted directory, you can see a .run installer file. Execute the below command to run the installer file:

$ ./FoxitReader*.run

It will open the below installation wizard. Here, you can choose an installation folder or leave the default one selected. Then click Next.

Then it will present the following license agreement. Accept the terms of the agreement and continue by clicking Next.

Now the installation of Foxit will be started on your system.

After the installation of Foxit is completed, click Finish.

Installing Foxit Reader on Ubuntu (Method 2)

In this method, we will download the Foxit reader from the Foxit official website, extract it and then install it via GUI. Follow the steps as mentioned below for the installation procedure.

Step 1: Download Foxit Archive

Visit the Foxit website Downloads page and click Free Download under Foxit PDF Reader.

Then a dialog box will appear. Select Linux (64-bit) or Linux (32-bit) based on your system architecture and click Free Download.

Step 2: Extract Archive

It will download and save the archive file in your Downloads directory. Right-click the archive file and then click Extract Here.

It will extract the content of the archive into a new directory. Double-click this directory to open it.

Step 3: Run Installer File

Here, you will find the Foxit Reader setup file with the .run extension. Double-click this file to initiate the installation.

This will start the installation wizard. Here, you can choose an installation folder or leave the default one selected. Then click Next.

Then it will present the following license agreement. Accept the terms of the agreement and continue by clicking Next.

Now the installation of Foxit will be started on your system.

After the installation of Foxit is completed, click Finish to close the wizard.

Launch Foxit

In order to launch Foxit on your system, press the super key on the keyboard and then search for the Foxit application using the search box at the top.

It will launch Foxit reader on your system.

Uninstall Foxit

In case, you want to remove Foxit Reader from your Ubuntu system, you can do it as follows:

Open the terminal and navigate to the /opt/foxitsoftware/foxitreader using the below command:

$ cd ~/opt/foxitsoftware/foxitreader/

This directory contains a maintenancetool script. To uninstall Foxit from your system, run this script as follows:

$ ./maintenancetool

It will open the following wizard. Click Uninstall to remove the Foxit reader from your system.

Once done, click Finish to close the wizard.

In this guide, we described how to install Foxit Reader on Ubuntu OS using two different methods. We also described how to uninstall Foxit Reader from Ubuntu in case you no longer require it on your system.

 

Vitux Staff

Recent Posts

How to Install Magento 2 on AlmaLinux

Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…

1 year ago

How to Install ISPConfig Hosting Control Panel with Apache Web Server on Ubuntu 24.04

ISPConfig is an open-source control panel that allows users to manage multiple servers from a…

1 year ago

How to Test your Email Server (SMTP) Using the Telnet Command

As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…

1 year ago

Managing Network Interfaces and Settings on Ubuntu 24.04 with nmcli

Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…

2 years ago

Using Restic Backup on Ubuntu 24.04

Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…

2 years ago

Installing phpMyAdmin on Rocky Linux 9 and Securing it with Let’s Encrypt SSL

phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…

2 years ago