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.
For a newer version of Adobe acrobat reader please use this Tutorial with the GUI interface: HERE
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