Created
March 30, 2019 19:02
-
-
Save chriad/48ee0f6cbadc6e8e5e9fcace31a0247e to your computer and use it in GitHub Desktop.
Install adobe acrobat on ubuntu 18.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dpkg --add-architecture i386 | |
sudo apt update | |
$ sudo apt install gdebi-core libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386 | |
$ wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb | |
sudo gdebi AdbeRdr9.5.5-1_i386linux_enu.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment