@alivia
To install Adobe Reader on Ubuntu, follow these steps:
Once the installation is complete, you should be able to launch Adobe Reader from the Applications menu or by running the command acroread
in a terminal window.
Alternatively, you can also download the Adobe Reader installer file from the Adobe website and install it manually. To do this, follow these steps:
Follow the prompts to complete the installation. Once the installation is complete, you should be able to launch Adobe Reader from the Applications menu or by running the command acroread
in a terminal window.
@alivia
To install Adobe Reader on Ubuntu, follow these steps:
1
|
sudo apt update
|
1
|
sudo apt install libgtk2.0-0 libnss3 |
1
|
wget https://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb |
1
|
sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb |
1
|
sudo apt install -f |
Note: If you are using a 64-bit version of Ubuntu, you may need to download the 64-bit version of Adobe Reader from the Adobe website and use the appropriate .deb package for your system.