Skip to content

Instantly share code, notes, and snippets.

@mbr0wn
Created March 16, 2017 05:31
Show Gist options
  • Save mbr0wn/0f76ed61ebf060f91dfeea3cdd94be23 to your computer and use it in GitHub Desktop.
Save mbr0wn/0f76ed61ebf060f91dfeea3cdd94be23 to your computer and use it in GitHub Desktop.
Installing Acrobat Reader on Ubuntu 16.04

Download installer: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/ ...and run. I installed .tar.bz2 into /opt.

$ sudo dpkg --add-architecture i386
$ sudo apt install libgdk-pixbuf2.0-0:i386
$ sudo apt install libgtk2.0-0:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment