5Feb/112
Install Adobe Reader 9.4 in Debian Lenny
This is so easy it's hardly worth writing, but perhaps it will be of some value. Here's how I installed Adobe Reader 9.4 in Debian Lenny (32 bit, x86).
- Download Adobe Reader 9.4 from http://get.adobe.com/reader/. Alternatively, I think you could use this direct link with wget: http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.4.0/enu/AdbeRdr9.4-1_i486linux_enu.bin
- Make the installation binary file executable:
chmod +x AdbeRdr9.4-1_i486linux_enu.bin - Start the installation (as su or sudo):
sudo ./AdbeRdr9.4-1_i486linux_enu.bin - Tell the installer where you want Reader installed. It suggests /opt, which is a fine place to put it.
- You're done. Open a PDF with:
acroread filename.pdf
May 23rd, 2011 - 22:04
Just wondering why you don’t just download deb package from Adobe.com and install it with dpkg -i?
January 15th, 2012 - 02:13
How desinstall?
I try:
#aptitude remove acroread
but not work. how to remove this adobe reader bin?