Just keeping track of my searching about this topic because I got only π© instructions...
In order to keep the system clean as possible, I will just install the required dependencies:
- Eddy from the
AppCenter
- The installation package: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
- The missing library:
libxml2:i386
Follow these following steps and you are done π
- Install Eddy from the
AppCenter
. - Download the package:
cd Downloads && wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
- Open Eddy and select your
Downloads
folder - If you see the package in the list, click on the
Install
button and wait the end of the installation process.
- Install the dependency:
sudo apt install libxml2:i386
Now, you can go to your Applications
menu and you should see it in the applications list. π
Feel free to comment if you want to contribute to this gist.
Thank you.