Install Adobe Reader on Debian Wheezy 7 64-bit
This Short Guide shows you Step-by-Step How to Install Adobe Reader 9.X for Linux Debian Stable/Wheezy-7 KDE/Gnome/Lxde/Xfce Amd64 Desktop.
The Acrobat Reader for Linux is Released Only in 32-bit Version so you will Need to Enable the 32-bit Architecture Support for Debian Wheezy.
Especially relevant: at the Same Time I’m also Showing Here the Easiest Way of Installing Downloaded Packages .deb with Dependencies for Linux Debian.
Finally, to the article Bottom there are Links to other articles showing How to Install Google-Chrome for Debian.
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Enabling 32-bit Architecture Support.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
dpkg --add-architecture i386
apt-get update
-
Install GDebi Package Installer
sudo apt-get install gdebi
-
Download Latest Acrobat Reader .deb Package.
-
Installing Required Libraries.
apt-get install libxml2:i386 libstdc++6:i386
-
Installing Acrobat Reader for Debian.
cd $HOME/Downloads
gdebi AdbeRdr*.deb
-
How to Create an Adobe Reader Desktop Menu Launcher
How to Install Google-Chrome Web Browser on Debian Linux.