Spread the love

What is adobe pdf reader?

Adobe pdf is a family of application software and Web services developed by Adobe Inc. to view, create, manipulate, print and manage files in Portable Document Format (PDF).

The main function of Adobe Acrobat is creating, viewing, and editing PDF documents. It can import popular document and image formats and save them as PDF. It is also possible to import a scanner‘s output, a website, or the contents of the Windows clipboard.

How to install adobe reader?

# Download
sudo 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

# Enable x86 architecture
sudo dpkg --add-architecture i386
sudo apt update

# Install additional packages
sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386

# Install
sudo dpkg -i ~/adobe.deb
Code language: Bash (bash)

Now search for adobe and start it

Here is a simple video tutorial on how to do it:

We hope you enjoyed this article. If that is so please rate this page with the stars bellow and subscribe to our YouTube channel.

Leave a Reply