I know the thread How do I install Adobe Acrobat Reader deb package downloaded from Adobe website? However, there is no Linux anymore in the installation site here. Unsuccessful attempts
I do DriraWassim's proposal which does not add anything to
apt-get
and does not show the installed .deb package in the path/searchsudo apt-get install libxml2:i386 sudo apt-get update sudo apt-get upgrade apt-cache search adobereader-enu
I download the newest .deb package here and run it. I cannot find the application anywhere in the system. It is not in the path and not in Ubuntu's search. How can you start it?
System: Ubuntu 16.04, 64 bit
Hardware: Macbook Air 2013-mid
Linux kernel: 4.6
acroread-bin:i386
rather thanadobereader-enu
– pd12 Aug 21 '16 at 09:07sudo add-apt-repository -r "deb http://archive.canonical.com/ precise partner"
as in http://askubuntu.com/a/767939/69953 – pd12 Dec 19 '16 at 14:30There is a docker image and can run it without pollute your system lib/apt dependency https://github.com/chrisdaish/docker-acroread
– Dennis C Sep 29 '17 at 06:52BhikkhuSubhuti Ah that's brilliant thinking thanks for editing and pd12 with that command it's OK yes, but as you can see with examples like @Siraj some people will forget the last step and completely ruin their system. It's much safer to download the Deb directly.
wordsforthewise Because older answers that work tend to be higher on Stack Exchange sites. Upvote my answer below! :)
– Ads20000 Jan 03 '18 at 01:01/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libxml2.so.2
– Darren Weber Apr 20 '18 at 18:18sudo apt -f install
and maybesudo apt install libxml2:i386
– Ads20000 Aug 01 '18 at 21:45