Adobe Acrobat Reader W Ubuntu 22.04
The following guide describes the installation of Adobe Acrobat Reader in Ubuntu 22.04.
We will do everything in a few minutes using the terminal.
We run the terminal and download the program's .deb file
1 | 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 |
We add the necessary packages:
1 | sudo dpkg --add-architecture i386 |
1 | sudo apt update |
1 | sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386 libgdk-pixbuf-xlib-2.0-0:i386 |
we make install:
1 | sudo dpkg -i ~/adobe.deb |
The program should now be available in our system.