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:
- you enable the partner repositories from System – Administration – Software Sources and then (after you reload the software sources) install the
acroreadpackage; - you install the Adobe Reader using the
.binfile 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:
- How to fix Adobe AIR’s installation on Ubuntu 9.04
- Flipped images from your webcam in Ubuntu?
- Google Desktop, Google Chrome and Google Gadgets in Ubuntu
- vsFTPd and symbolic links
- How to set Nautilus as the default FTP handler in Linux




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:
where you substitutelanguagewith the programming laguage used throught the code example (for terminal output that would be bash), e.g:To see a list of all the supported languages, please check this page.
If you want to include code bits inline, please use the
codetags like in the following example: