Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



How to install Adob...
 
Share:
Notifications
Clear all

[Solved] How to install Adobe Acrobat Reader under Linux

1 Posts
1 Users
0 Reactions
1,826 Views
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter  

Installing Adobe Acrobat Reader from the Adobe website can be a bit daunting ... how do I install a .BIN file?
Well, you really don't need to go the Adobe website to get Adobe Acrobat Reader.

Open a shell window and type:

sudo add-apt-repository "deb  http://archive.canonical.com/  precise partner"
sudo apt-get update
sudo apt-get install acroread

This will use apt-get to download and install Adobe Acrobat Reader for Linux.

If you however decide to use the .BIN file anyway:

chmod +x AdbeRdrxxxx_i486linux_enu.bin 
sudo ./AdbeRdrxxxx_i486linux_enu.bin 

For 64 bit systems you might need to install 32 bit libraries as follows:

apt-get install ia32-libs

   
ReplyQuote
Share: