How to install acrobat reader on ubuntu 10.04?
NoOp
glgxg at sbcglobal.net
Sun Aug 22 17:32:42 UTC 2010
On 08/22/2010 02:50 AM, Peng Yu wrote:
> Hi,
>
> I read the following document and want to install ubuntu. I'd prefer
> Option 1. But I can't do "Navigate to System > Administration >
> Software Sources" as I'm operating my machine remotely. I'm wondering
> what would be the equivalent commands in a shell?
>
> http://ubuntu-tutorials.com/2010/07/11/install-adobe-reader-9-3-2-on-ubuntu-10-04-lts-lucid-lynx/
>
When you say "operating my machine remotely" how are you doing this?
I'll assume ssh for lack of any other information.
$ ssh -X <username>@<remote>
$ gksu synaptic
and then do Option #1.
Or solely via cli:
$ gksu gedit /etc/apt/sources.list
[or use nano if you prefer]
and edit to ensure that these lines are in the soures.list file:
deb http://archive.canonical.com/ lucid partner
deb-src http://archive.canonical.com/ lucid partner
save the file. Then:
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install acroread
$ apt-cache policy acroread
acroread:
Installed: 9.3.3-1lucid1
Candidate: 9.3.3-1lucid1
Version table:
*** 9.3.3-1lucid1 0
500 http://archive.canonical.com/ lucid/partner Packages
100 /var/lib/dpkg/status
More information about the ubuntu-users
mailing list