Foxit PDF Reader is a multilingual freemium tool that can create, view, edit, digitally sign, and print PDF files. Fuzhou, the China-based Foxit Software, develops Foxit Reader. Early versions of Foxit Reader were notable for startup performance and small file size. The current version supports more than 20 languages and allows users to annotate PDF documents with notes and create bookmarks from the Table of Contents. Users can also save customized Toolbars, add stamps and watermarks, attach files, highlight text fragments and use other tools to manipulate PDF documents.
Some other notable additions to Foxit Reader are that it supports password-protected PDFs and digital signatures and offers enterprise users deployment capabilities through Active Directory or Group Policy. With these features, network administrators can centrally manage the installation of Foxit Reader on their organization’s computers.
The following tutorial will teach you how to install Foxit on Manjaro 21 Linux. The tutorial will use the command line terminal with yay AUR helper. Ideally, most users may be using some wrapper for Pacman; for new users, it is essential to install one to keep your packages up-to-date while you learn Arch/Manjaro.
Table of Contents
Update Manjaro Linux
First, before you begin, make sure your system is up-to-date to avoid any issues.
sudo pacman -Syu
Install yay Helper
To begin the installation, you must have GIT installed to import the yay repository to install/build. From your command terminal, use the following code to begin the installation.
sudo pacman -S --needed --noconfirm base-devel git
Now clone the yay archive using the following terminal command.
git clone https://aur.archlinux.org/yay-git.git
Next, move the archive to the /OPT/ directory. This is a good location for any other archive installs, keep everything located, and traditionally the guide is a commonly used area for different applications.
sudo mv yay-git /opt/
Now navigate to the yay-git directory location.
cd /opt/yay-git
Build the package using the makepkg command.
makepkg -si
Install Foxit PDF Reader
Now that you have installed the yay package management helper, you can install the software using the following command.
yay -S foxitreader --noconfirm
Remove –noconfirm to manually go through the installation questions instead of selecting the default answers.
How to Launch Foxit PDF Reader
Floorp can be launched by opening the application using the following path.
Taskbar > Office > Foxit.
Example:
Once opened the first time, you will see a message asking about setting Foxit Reader as the default PDF reader. This is the user’s choice to select the answer, and you can always change this later on.
Example:
Lastly, you will arrive at the default screen, where you can begin opening PDF files to read.
Example:
Congratulations, you installed the latest Foxit PDF Reader Linux version on your system.
How to Update & Upgrade Foxit PDF Reader
The best way to upgrade the software is to use the following terminal command.
yay -Syu --devel --timeupdate
Note it is advised to run terminal commands now and then even if you have set up AUR auto-updates using the automatic GUI updater; this ensures you are not missing anything.
How to Remove & Uninstall Foxit PDF Reader
When you no longer want the software installed on your system, use the following command to remove it.
yay -Rns foxitreader --noconfirm
Optionally, you can run the following command to clean up any leftover unused dependencies, and this is highly recommended to run, so your system does not become bloated.
yay -Yc
Comments and Conclusion
Foxit PDF Reader is an excellent tool for viewing, editing, and creating PDFs. It offers a variety of features to make working with PDFs easier, including annotation tools, password protection, and digital signatures. Additionally, it supports more than 20 languages, making it an ideal choice for multilingual users. Foxit Reader is a good option if you’re looking for a reliable and versatile PDF reader that also offers security features.