Adobe Reader in Ubuntu

Posted on November 10th, 2009 at 22:41, in .com, How To, Linux, Ubuntu.

For those of you who want to install Adobe Reader in Ubuntu, there are two solutions available:

  1. you enable the partner repositories from System – Administration – Software Sources and then (after you reload the software sources) install the acroread package;

    Software Sources containing the partner repositories

  2. you install the Adobe Reader using the .bin file provided by Adobe here, following these steps after download:
    chmod +x AdobeReaderFile.bin
    sudo ./AdobeReaderFile.bin
    sudo ln -s /opt/Adobe/Reader9/bin/acroread /usr/bin/acroread
    

If you have installed the reader using Adobe’s file before reading this little how to then there are some chances that you cannot open .pdf files inside Firefox using the plug-in provided (sometimes Firefox crashes because of this). The solution is to create that symbolic link in the /usr/bin folder.

Happy PDF reading!

Similar Posts:


Think you've got something to say?

For leaving comments including source code or terminal output, please use the the following tags like in the next example:

[language]
code lines
[/language]
where you substitute language with the programming laguage used throught the code example (for terminal output that would be bash), e.g:
[bash]
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
[/bash]

To see a list of all the supported languages, please check this page.

If you want to include code bits inline, please use the code tags like in the following example:

The <code>$USER</code> variable holds the current logged in username.

Subscribe without commenting


Bear