The document you are trying to load requires Adobe Reader 8 or higher.

Author Topic: The document you are trying to load requires Adobe Reader 8 or higher.  (Read 221 times)

admin

  • Administrator
  • Newbie
  • *****
  • Posts: 35
    • View Profile
Install a working Adobe 9.5.5 to Mint 20.3
Note that it does add over 100MB of additional files to make it work.. (how cares?)

First make sure that your system is up to date by entering in a terminal..
Code: [Select]
sudo apt update
Next add i386 packages to Mint. Adobe needs some of these packages to work.
Code: [Select]
sudo dpkg --add-architecture i386
Next add software dependencies that Adobe requires. (Takes a while to upload)
Code: [Select]
sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
Next get the binary package for Adobe 9.5.5 (Takes even longer than software packages to download)
Code: [Select]
wget -O ~/adobe.deb ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
Close the terminal and run the *.deb file.


« Last Edit: April 19, 2024, 05:45:34 pm by admin »