How to install Acrobat Reader on Ubuntu 14.04 LTS
- Download Adobe Reader (32-bit), from Adobe site:From here: ftp.adobe.com .. reader .. 9.5.5
- Open a command line, change to the directory containing .deb file.
- Install package, forcing to accept 32-bit version and any errors:
sudo dpkg -i --force-architecture AdbeRdr9.5.5-1_i386linux_enu.deb sudo apt-get -f install
- Add the missing 32-bit libraries: (skip this step for 32-bit)
sudo apt-get install libxml2:i386 lib32stdc++6
- (OPTIONAL) Run for first time, to get icon in Unity menu bar.
acroread <path>/<MyDocument>.pdf
No comments:
Post a Comment