To install Adobe Acrobat Reader in my Ubuntu 13.04 amd64bit I downloaded the .deb installation file from the Adobe-Website and opened the file using the Software center (as suggested while downloading).
The installation failed, with the Software Center warning me that "The package is of bad quality" and giving me a long list of details starting with this
Lintian check results for /tmp/AdbeRdr9.4.2-1_i386linux_deu.deb:
E: adobereader-deu: control-file-has-bad-permissions postinst 0555 != 0755
E: adobereader-deu: control-file-has-bad-owner postinst acrorel/named != root/root
E: adobereader-deu: control-file-has-bad-permissions prerm 0555 != 0755
E: adobereader-deu: control-file-has-bad-owner prerm acrorel/named != root/root
E: adobereader-deu: maintainer-address-missing Adobe Systems, Incorporated
E: adobereader-deu: wrong-file-owner-uid-or-gid etc/ 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid etc/bash_completion.d/ 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid etc/bash_completion.d/acroread.sh 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid opt/ 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid opt/Adobe/ 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid opt/Adobe/Reader9/ 10490/25
E: adobereader-deu: wrong-file-owner-uid-or-gid opt/Adobe/Reader9/Browser/ 10490/25
...going on with a list of details all starting with:
E: adobereader-deu: wrong-file-owner-uid-or-gid opt/Adobe/Reader9/
Now I don't know whether I can install it anyway, ignoring the warning, or how the problem can be solved. Does anyone have an idea?
Thanks!
dpkg
instead.cd /location_of_deb_pkg
thensudo dpkg -i name_of_deb_pkg
– douggro Apr 30 '13 at 15:14