Adobe now also provides online document cloud services for Adobe Acrobat Reader for managing your work from anywhere and from any device.
Adobe Inc develops the Adobe Acrobat family. The Adobe reader is available for direct download on Windows and Mac OS. It can be installed on Android and IOS as well. There are multiple languages available for installing Adobe Reader. Adobe does not provide a direct download option on the Linux systems as it used to do earlier. In this guide, we will see some workaround for installing Adobe Reader on the Fedora operating system.
What we will cover
This guide will show you two different ways to install Adobe Acrobat Reader on Fedora 33 OS. So let’s get started with this HowTo.
Method 1. Installing Adobe Acrobat Reader using Snap repository for Fedora
Snap is the easiest way to install Adobe Acrobat Reader like many other popular Linux applications. Snap applications are packaged with all required dependencies. You only need to discover and install them from the Snap Store. We need first to install snap on Fedora. Open a terminal (alt+ctrl+T) and type the below command:
Or
To confirm if snap’s path is properly updated, you can either log out and log in again or restart the system. If you did not log out and log in again, you might get the error:
error: too early for operation, device not yet seeded or device model not acknowledged
Now create a symbolic link as shown below to enable classic support:
Now that snap is installed on our system; we can install Adobe Acrobat Reader with the command below:
This process may take some time to download various files like snapd, core18, acrordrdc, etc. Open System monitor on your Fedora OS and go to the Resources tab. Here you can see the downloaded data at the bottom left side of the System monitor as shown here:
Once the above process is completed, it will display the following message on the terminal window:
Now run the below command to start Adobe Acrobat Reader:
Hold on for some time as it will initialize and download various files for wine, like winetricks and others:
During the installation, it will ask for the language of installation for Adobe Acrobat. Simply select English or any other language you want and click install to continue. See the below screenshot for reference:
Once you click install, it will start downloading the AcroRdrDCxxx.exe file as shown below:
It will later ask to open Adobe Acrobat Reader in Protected mode or not. This feature is used to prevent attacks from sandboxing application processes. You can select “Always Open with Protected Mode Disabled.” This will help the Adobe Acrobat Reader to run with your system configuration smoothly:
Once you enter OK, it will launch the Adobe Acrobat Reader main window. A new window will also prompt up, asking you to accept the Adobe Acrobat Reader Distribution License Agreement. This is shown in the screenshot below:
Some text might not be visible, as in the above picture of the Adobe license window. It might be because of the missing fonts for wine. Accept the license agreement to continue.
Now let us check if we can open a PDF file with this installed Adobe Acrobat Reader. Go to the ‘File’ menu in the top bar and hit ‘Open’ in the submenu. Now select the ‘Welcome.pdf’ file from the list in the new window:
You can see the file is successfully opened as shown here:
To uninstall Adobe Acrobat Reader installed from snap repository, use the following command:
Method 2. Installing Adobe Acrobat Reader on Fedora Using Tarball
Step 1. Download the tar file of Adobe Reader using the following command:
Step 2. Now extract this file using the tar command as shown below:
Step 3. Now enter the extracted folder with the command:
Step 4. Once you are inside the extracted folder, run the below install script to install Adobe Reader:
Or
It will print some text on the terminal and ask you to enter the installation directory. You can choose the default (/opt) or enter a new one. We are pressing the enter key to select the default directory.
This installation requires 136 MB of free disk space.
Enter installation directory for Adobe Reader 9.5.5 [/opt]
After the above script finishes, Adobe Reader is installed on your system. Now at this point, we need to configure the installation process further to launch the Adobe Reader.
Step 5. Now run the below command, to try to launch Adobe Reader:
Note: If you were earlier logged in as root (#) or using the sudo keyword, you will need to come to the normal user account and remove the ‘sudo’ from the above command. If you continue to use the root account or ‘sudo’, you will get the below error:
Adobe Reader does not need to be run as a privileged user. Please remove ‘sudo’ from the beginning of the command.
When you run the above command, it might show errors like the one below:
To remove these errors, we need to install some packages from the following command:
When all the dependencies are installed, again run the below command:
It will ask to select the language of installation and to accept the Adobe License agreement:
Now accept this license agreement to launch the Adobe Acrobat Reader as shown here:
Now we can open any file from the ‘File’ menu at the top bar as shown here:
Conclusion
This finishes our today’s guide on installing Adobe Acrobat reader on Fedora 33 OS. In this tutorial, we have learned two ways of installing Adobe Reader on the Fedora Linux system. If you have properly followed the guide, you will have noticed that although Method 1 is easier than Method 2, the Adobe Reader is more stable if you use Method 2. Now might need to install more packages to use the Adobe Reader smoothly. Also, in Method 2, we can easily browse local files, but in Method 1, it is not easy as we are confined inside the Wine environment.
We recommend that you use native applications on Linux for managing PDF files. This is because Adobe has stopped supporting Linux for a long time, so you may have to waste a lot of time finding many dependencies and settling the conflicts between them.
from Linux Hint https://ift.tt/3bu5T35
0 Comments