How To Install Adobe Acrobat Reader on Ubuntu
Last Updated :
02 Aug, 2022
The standard file format for sharing files among businesses and people in PDF. The likelihood that a document downloaded from the internet will be in PDF format is very high. In comparison to other file formats, the format has a number of benefits, including the preservation of graphical integrity, document security, and support for a variety of content types, including text and images. The cross-platform Adobe Acrobat Reader program is used to view and print PDF files. Due to its various capabilities, Adobe Acrobat Reader is a great tool that is used by many people. This article will walk you through installing Adobe Acrobat Reader on Ubuntu and using it to view PDF files conveniently.
Installation of Adobe Acrobat Reader on Ubuntu
Follow the below steps for successful installation of the Adobe Acrobat Reader application on the Ubuntu system.
Step 1: Firstly, update the repositories using the below command.
sudo apt update
Step 2: Now, upgrade all the packages to their new version. Execute the below command to upgrade.
sudo apt upgrade
Step 3: Download the Adobe deb package using the wget command. Run the below command in the terminal.
wget -O ~/adobe.deb ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
Step 4: Here, we will add i386 architecture as the installer using this architecture. Run the below command to add the architecture.
sudo dpkg --add-architecture i386
Step 5: Once again, update the repositories using the below command as changes are been done in the above step.
sudo apt update
Step 6: Now, we will install all the required perquisites using the following command.
sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386 libgdk-pixbuf-xlib-2.0-0:i386
Step 7: Now, run the below command to install the deb package file of Adobe.
sudo dpkg -i ~/adobe.deb
Step 8: Now to launch the application, Goto to the Activities Panel and search for Adobe Acrobat Reader in the Search box.
Step 9: After clicking on the application's icon, the application will be launched.
Similar Reads
How to Install Calibre E-book Reader on Ubuntu You may organize your e-book library with the help of the cataloging tool Calibre. Calibre is useful as an e-book reader since it functions as a logical e-book, and you can use its built-in features to retrieve metadata for your book. Calibre offers format conversion, library management, news feed t
2 min read
How to Install Deb Files (Packages) on Ubuntu Installing the application on Windows is an easy task, as we just need to download the .exe file of the application and complete the installation in simple clicks, but the installation of the application on Linux or Ubuntu is quite different from Windows. We need to execute the commands and perform
7 min read
How to Install Scribus on Ubuntu An open-source, cross-platform desktop publishing tool is called Scribus. Brochures, newspapers, magazines, posters, novels, and even newsletters may all be designed and published using this method. Scribus is a free alternative to Adobe InDesign if you are familiar with it. Scribus contains all the
2 min read
How to install Master PDF Editor on Ubuntu A strong tool for creating or editing existing PDF documents is the Master PDF Editor. Keep reading to learn how to install the Master PDF editor on Ubuntu Linux as it is not accessible through the default repository. When you install Master PDF Editor, you can edit PDF files and save your changes i
3 min read
How to Download and Install Nitro Reader on Windows? A PDF editor, a browser-based program for electronic signatures, and PDF productivity tools are available as products. Tools for cloud-based user management, deployment, and analytics are included in subscription services. Additional free document conversion websites are run by Nitro. While customer
1 min read