Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active April 5, 2018 11:12
Show Gist options
  • Save GitHub30/520e0e1726ba6ae0fbc6877b5bea4117 to your computer and use it in GitHub Desktop.
Save GitHub30/520e0e1726ba6ae0fbc6877b5bea4117 to your computer and use it in GitHub Desktop.
Install Adobe Reader on Linux
set -xe \
&& sudo apt install -y libxml2:i386 libstdc++6: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 --non-interactive 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