{"id":1694,"date":"2021-12-16T12:19:06","date_gmt":"2021-12-16T09:19:06","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/27\/how-to-install-the-foxit-reader-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/27\/how-to-install-the-foxit-reader-on-linux\/"},"modified":"2021-12-16T12:19:06","modified_gmt":"2021-12-16T09:19:06","slug":"how-to-install-the-foxit-reader-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1694-how-to-install-the-foxit-reader-on-linux\/","title":{"rendered":"How to install the Foxit reader on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>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\u2019s how to install it on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-396194 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux.png\" alt=\"Foxit reader on Linux\" width=\"1200\" height=\"655\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-4.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/02\/foxit-test-fs8-1024x559.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>To get the Foxit Reader working on Ubuntu, you will need to download the installer program from the developer\u2019s website. The Foxit Reader installer works on all distributions, including Ubuntu.<\/p>\n<p>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 <strong>Ctrl + Alt + T\u00a0<\/strong>command.<\/p>\n<p>Once the terminal window is open, make use of the\u00a0<strong>wget\u00a0<\/strong>terminal downloader tool. It comes pre-installed on Ubuntu and will make downloading the latest Foxit much faster, as you won\u2019t have to deal with the website.<\/p>\n<pre>\nwget 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\n<\/pre>\n<p>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 <strong>tar xvf\u00a0<\/strong>command, decompress the Foxit Reader archive.<\/p>\n<pre>\ntar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz\n<\/pre>\n<p>With everything extracted, it is time to start up the GUI installer for the Foxit reader.<\/p>\n<pre>\n.\/'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'\n<\/pre>\n<p>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.\u00a0<\/p>\n<h2>Debian installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-396194 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux.png\" alt=\"\" width=\"1200\" height=\"655\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-4.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/02\/foxit-test-fs8-1024x559.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>If you\u2019re using Debian Linux and need to get the Foxit Reader working on your system, there\u2019s only one way to go about it: you will have to download the Foxit Reader installer from the website.<\/p>\n<p>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.<\/p>\n<p>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, press\u00a0<strong>Ctrl + Alt + T<\/strong> on the keyboard.<\/p>\n<p>Once the terminal window is open, use the built-in\u00a0<strong>wget\u00a0<\/strong>downloader tool to grab either the 32-bit or 64-bit release of Foxit Reader for your Debian Linux system.<\/p>\n<p><strong>32-bit download<\/strong><\/p>\n<pre>\nwget 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\n<\/pre>\n<p><strong>64-bit download<\/strong><\/p>\n<pre>\nwget 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\n<\/pre>\n<p>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.\u00a0<\/p>\n<p>To extract the Foxit Tar GZ archive, make use of the\u00a0<strong>tar xvf\u00a0<\/strong>command below.<\/p>\n<p><strong>32-bit extract<\/strong><\/p>\n<pre>\ntar xvf FoxitReader.enu.setup.2.4.4.0910.x86.run.tar.gz\n<\/pre>\n<p><strong>64-bit extract<\/strong><\/p>\n<pre>\ntar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz\n<\/pre>\n<p>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.<\/p>\n<p><strong>32-bit run<\/strong><\/p>\n<pre>\n.\/'FoxitReader.enu.setup.2.4.4.0910(r057d814).x86.run'\n<\/pre>\n<p><strong>64-bit run<\/strong><\/p>\n<pre>\n.\/'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'\n<\/pre>\n<p>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.\u00a0<\/p>\n<h2>Arch Linux installation instructions<\/h2>\n<p>The Foxit Reader is supposed to be installed on Linux by manually downloading the GUI installer from the developers\u2019 website. However, on Arch Linux, it\u2019s much easier. Why? Users have created a Foxit Reader AUR package.<\/p>\n<p>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.\u00a0<\/p>\n<p>Note: If you are a Manjaro Linux user, these instructions will also work for your system.<\/p>\n<pre>\nsudo pacman -S git base-devel\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\nmakepkg -sri\n<\/pre>\n<p>After installing the Trizen AUR helper application on your Arch Linux PC, use it to install the latest Foxit Reader with the <strong>trizen -S\u00a0<\/strong>command below.<\/p>\n<pre>\ntrizen -S foxitreader\n<\/pre>\n<h2>Fedora\/OpenSUSE installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-396193 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-2.png\" alt=\"\" width=\"1201\" height=\"620\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-2.png 1201w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-8.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-10.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-foxit-reader-on-linux-11.png 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\"\/><\/p>\n<p>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\u2019re on Fedora or OpenSUSE, here\u2019s how to get the app working.<\/p>\n<p>First, open up a terminal window on the desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>keyboard. Once the terminal window is open, it is time to download the latest Foxit Reader installation package to your computer.<\/p>\n<p>Using the\u00a0<strong>wget\u00a0<\/strong>command, download the latest Foxit Reader package. This download should be quick, as the file is only a couple of megabytes in size.<\/p>\n<pre>\nwget 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\n<\/pre>\n<p>After the download completes, extract the Foxit Reader Tar GZ file on your Linux PC. To do that, make use of the following\u00a0<strong>tar xvf\u00a0<\/strong>command in a terminal window.\u00a0<\/p>\n<pre>\ntar xvf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz\n<\/pre>\n<p>When everything is extracted, you must start up the Foxit Reader installation GUI. To do that, execute the following command in a terminal window.<\/p>\n<pre>\n.\/'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'\n<\/pre>\n<p>With the Foxit Reader GUI open, use it to install the program on your Fedora or OpenSUSE Linux system.\u00a0<\/p>\n<p>\n<h3>2 Comments<\/h3><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles 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\u2019s how to install it on Linux. Ubuntu installation instructions To get the Foxit Reader working on Ubuntu, you will need to download &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1695,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1694"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1694"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1694\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1695"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}