- How to Install Adobe Acrobat Reader on Ubuntu 22.04
- How To Install Adobe Acrobat Reader on Ubuntu 22.04
- Step 1: Update System Cache
- Step 2: Download the Acrobat Reader Package (deb) using Link
- Step 3: Add Architecture i386 (32-bit)
- Step 4: Install Required Dependencies/Libraries
- Step 5: Check the Availability of Package File
- Step 6: Install the Adobe Acrobat with Package Manager (dpkg)
- Step 7: Open Adobe Acrobat Reader
- How to remove Adobe Acrobat Reader from Ubuntu 22.04
- Conclusion
- Adobe Reader в Linux Debian 10
- Где скачать Adobe Reader для Linux
- Устанавливаем
- Paul Philippov
- How to install Adobe Reader on Debian Linux (multiarch)
- Comments (7)
- Click here to leave a comment
- Adobe reader linux debian
- PDF Viewers / Readers
- Adobe Acrobat Reader (Non-Free)
- Insecure obsolete Linux version
- Annotation tools
- Editors / Generators
- Other Tools
- See Also
How to Install Adobe Acrobat Reader on Ubuntu 22.04
Adobe Acrobat Reader is an application which is popular for reading, manipulating and printing the documents in PDF. Adobe Acrobat Reader allows editing and crop PDF pages.
Digital signs can also be added on PDF documents using Acrobat utility. Additionally, It has the feature to Read Out Loud through which you can hear your text from the page. Acrobat Reader is compatible with Windows, macOS, Linux and Android devices.
In this article, the complete installation process of Adobe Acrobat Reader will be explained step by step.
How To Install Adobe Acrobat Reader on Ubuntu 22.04
In the world of technology, everything is shifted to digital form and the same is happening with books. Adobe Acrobat Reader software is one of the key advancements in digitalization of documents.
The following steps refers to installing Adobe Acrobat Reader on Ubuntu 22.04.
Step 1: Update System Cache
Updating your system cache is very essential before doing any installation. Update your Ubuntu’s 22.04 cache via the following command:
Step 2: Download the Acrobat Reader Package (deb) using Link
First of all, you need to download the package file (.deb) from the adobe link. The (.deb) files can be used on Ubuntu as well as on other Debian based distributions.
$ wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
At the end of the above output, It can be observed that the Adobe Reader package is downloaded 100%.
Step 3: Add Architecture i386 (32-bit)
Now it’s time to add architecture i386. This architecture basically refers to a 32-bit version of the package. The below command will add i386 architecture in your system.
$ sudo dpkg --add-architecture i386
Run the apt update command in Ubuntu terminal to update your system cache.
Now, your system is up to date with all packages and dependencies.
Step 4: Install Required Dependencies/Libraries
There are some required dependencies you need to install. Copy the command below, paste in your terminal and hit enter.
$ sudo apt install libatk-adaptor:i386 libxml2:i386 gtk2-engines-murrine:i386 libcanberr-gtk-module:i386 libgdk-pixbuf-xlib-2.0-0:i386
Step 5: Check the Availability of Package File
Run the following command to see the “.deb” file in your directory.
Step 6: Install the Adobe Acrobat with Package Manager (dpkg)
Finally, it’s time to install the Adobe Acrobat Software. To do so, make use of the following command:
$ sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb
Great! All done successfully.
Step 7: Open Adobe Acrobat Reader
Run acroread commandfrom your terminal to open Adobe Acrobat Reader.
Upon successful execution of the command, the Adobe Acrobat will be initiated as shown below.
Click on Open from the File menu, add your ePub (electronic publications) files and enjoy reading.
Here you go! The Adobe Acrobat Reader is now ready to use.
How to remove Adobe Acrobat Reader from Ubuntu 22.04
Adobe acrobat is a useful utility for reading purposes. However, you can delete it from your Ubuntu 22.04 with the below command.
$ sudo apt purge adobereader-enu
Conclusion
The Debian package file of Adobe Acrobat Reader can be used to install it on Ubuntu 22.04. Adobe Acrobat Reader requires some dependencies that are also provided here. This learning article practically demonstrated the complete process of installing Adobe Acrobat Reader in Ubuntu 22.04. Adobe Acrobat Reader is a third-party application not only used to read PDFs but also useful for converting and manipulating documents.
TUTORIALS ON LINUX, PROGRAMMING & TECHNOLOGY
Adobe Reader в Linux Debian 10
Сегодня хочу рассказать как быстро и просто установить Adobe Reader в Linux, в моем случае Debian 10. Есть множество программ которые служат альтернативой софту Adobe. Но есть случаи, когда необходимо, все же, поставить и запустить именно программу Adobe Acrobar Reader.
Для установки Adobe Reader в Linux первое, что нам необходимо, это скачать установочный пакет. Для операционной системы Debian необходим установочные пакет deb.
Где скачать Adobe Reader для Linux
Если вы перейдете на FTP сервер Adobe сможете скачать не только reader, но и все остальные продукты Adobe.
Нам в данном случае необходим именно Adobe Reader, для скачивания переходим по этой ссылке.
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/
Выбираем необходимую нам версию, я выбрал самую последнюю 9.5.5
В моем случае пакет с расширением deb.
Устанавливаем
Переходим в папку с загруженным пакетом, открываем терминал из этой папки.
Скаченный пакет имеет 32 разрядную версию, если у вас 64 разрядная версия, то вым неоходтмо установить поддержку архитектуры i386
sudo dpkg --add-architecture i386
Теперь осталось установить пакет с помощью команды из терминала
sudo dpkg -i название скаченного файла.deb
Или можете установить с помощью приложения dpkg, как его установить и остальные подробности вы можете почитать из этой статьи.
Если у вас Linux Mint например, то можете просто кликнуть правой кнопкой мыши и согласится с установщиком на применение изменений.
После установки вы найдете установленную программу в разделе Office.
Если есть, что добавить, поделится информацией или опытом, оставляйте комментарии.
Paul Philippov
How to install Adobe Reader on Debian Linux (multiarch)
Today, a friend of mine (recently converted into a Linux user) asked me for help with opening PDF files from CIC (Citizen and Immigration Canada) website. Those files demand the latest version of Adobe Reader not available for Linux platform and a module for Chinese Traditional language support. I’ve managed to install Acrobat Reader 9.5.5 (the last available version for Unix) and make it open these files on both Debian and Ubuntu machines. Here’s the sequence of commands for you to try:
$ sudo apt-get install libgtk2.0-0:i386 libxml2:i386 libidn11:i386 \ libpangox-1.0-0:i386 gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386 $ wget -c ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb $ sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb $ wget -c http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_cht_i486-linux.tar.bz2 $ tar xvf FontPack910_cht_i486-linux.tar.bz2 $ cd CHTKIT $ sudo ./INSTALL
answer a couple of questions from the script and, if everything is okay, you should have a working Adobe Reader able to handle these forms.
Published on November 29, 2013 (over 9 years ago)
Comments (7)
Debian 7 don’t have the package libpangox-1.0-0:i386 or libpangox:i386
As I can see, it is still there in both jessie and sid.
Thanks for the wget link to Adobe Reader!
If you run wheezy and don’t want to install sid or jessie repositories to get libpangox, you can Google your way to Debian’s download page for libpangox, download the .deb, and install it with gdebi.
Thanks !
It worked «almost» out of the box. I still had to add libgl1-nvidia-glx:i386 as a last step because I’m using the nvidia drivers for my graphics card (using jessie amd64). I took it from this discussion: forums.debian.net/viewtopic.php?f=6&t=105647
Thank you this worked well with my debian system. I also was able to add it as a plugin for Firefox using the instructions given on the pipelight website.
Hi, thank you for this very useful guide. I don’t know if this will be useful but I have installed Adobe Reader in this way. I have Debian 7.6 with kernel 3.2.0-4amd64.
1) I have downloaded the last version of adobe, «AdbeRdr9.5.5-1_i386linux_enu.deb»
2) I have forced the installation in root terminal:
dpkg —force-architecture -i AdbeRdr9.5.5-1_i386linux_enu.deb
3) After the forced installation, the terminal gave me some error. To resolve this I used this command, always as root:
With this command, Debian have installed some missing libraries.
4) Adobe Reader works good.
BAFFO: Exactly that worked for me 😉
Click here to leave a comment
Paul Philippov / themactep@gmail.com / home is where ~ is
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International License.
Adobe reader linux debian
Portable Document Format (PDF) , see PDF on Wikipedia.
PDF Viewers / Readers
- atril — for MATE desktop
- evince — for GNOME desktop
- mupdf — for any X window manager (no extra features)
- okular — for KDE 4/Plasma 5 desktop
- qpdfview — tabbed document viewer — QT
- viewpdf.app — for GNUstep environment
- xpdf — for advanced features other X window managers (no extra features)
- zathura — zathura is a document viewer with a minimalistic and space saving interface.
Adobe Acrobat Reader (Non-Free)
Adobe discontinued support for Acrobat Reader on Linux in 2013, so the only version that is available for Linux contains critical security vulnerabilities and should not be used. The Wine tool can be used to run Adobe Acrobat Reader DC for Windows on Linux.
Insecure obsolete Linux version
If you really need the insecure obsolete Linux version of Adobe’s Acrobat Reader, which is non-free, it is available from ftp.adobe.com or the deb-multimedia.org repository.
installing the .deb from ftp.adobe.com does not work with amd64/jessie due to a libgtk dependency error
Note that Adobe Acrobat requires the i386 architecture. If you are running on a non-i386 system, you will need to add i386 architecture support.
sudo dpkg --add-architecture i386
For Squeeze, add the following lines to /etc/apt/sources.list (see SourcesList):
# deb-multimedia (unofficial): Debian 6.0 (Squeeze) deb http://www.deb-multimedia.org squeeze main non-free
This repository isn’t «official» but it works and has some otherwise unavailable packages.
After this, type in a terminal:
sudo apt-get update && sudo apt-get install acroread mozilla-acroread
- File name nppdf.so
- application/pdf Portable Document Format pdf
- application/vnd.fdf Acrobat Forms Data Format fdf
- application/vnd.adobe.xfdf XML Version of Acrobat Forms Data Format xfdf
- application/vnd.adobe.xdp+xml Acrobat XML Data Package xdp
- application/vnd.adobe.xfd+xml Adobe FormFlow99 Data File xfd
Annotation tools
Editors / Generators
- cups-pdf is a virtual printer that can generate a PDF from any application
- gimp automatically convert the imported PDF as bitmap
- gscan2pdf — A GUI to produce PDFs from scanned documents
- inkscape can import, edit and export PDF (more on inkscape.org)
- libreoffice can edit PDF and export it in this format using Libreoffice Draw.
- pdfedit was an editor for manipulating PDF documents; it is no longer available in debian
- pdftk is a command line editor for manipulating PDF documents
- php-fpdf — FPDF is a PHP class which allows to generate PDF files with PHP
Other Tools
- chm2pdf — Converts CHM files into PDF files
- htmldoc — HTML processor that generates indexed HTML, PS, and PDF
- qpdf — tools for transforming and inspecting PDF files
- pdf2svg — converts PDF documents to SVG files (one per page)
- pdfmod — can rotate, extract, remove and reorder pages from multiple documents via drag and drop; edit the title, subject, author and keywords
- pdfsam — PDF Split and Merge is a very simple, easy to use, free, open source utility to split and merge pdf files (simple graphical interface).
- pdfshuffler is a tool for shuffling the pages within PDF documents and merging PDF documents
- poppler-utils — Portable Document Format (PDF) suite — utilities
- rst2pdf — reStructuredText to PDF renderer
See Also