<div dir="ltr">Is good way too<br><br><div class="gmail_quote">On Sun, Aug 22, 2010 at 8:32 PM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 08/22/2010 02:50 AM, Peng Yu wrote:<br>
> Hi,<br>
><br>
> I read the following document and want to install ubuntu. šI'd prefer<br>
> Option 1. But I can't do "Navigate to System > Administration ><br>
> Software Sources" as I'm operating my machine remotely. I'm wondering<br>
> what would be the equivalent commands in a shell?<br>
><br>
> <a href="http://ubuntu-tutorials.com/2010/07/11/install-adobe-reader-9-3-2-on-ubuntu-10-04-lts-lucid-lynx/" target="_blank">http://ubuntu-tutorials.com/2010/07/11/install-adobe-reader-9-3-2-on-ubuntu-10-04-lts-lucid-lynx/</a><br>

><br>
<br>
</div>When you say "operating my machine remotely" how are you doing this?<br>
I'll assume ssh for lack of any other information.<br>
<br>
$ ssh -X <username>@<remote><br>
<br>
$ gksu synaptic<br>
<br>
and then do Option #1.<br>
<br>
Or solely via cli:<br>
<br>
$ gksu gedit /etc/apt/sources.list<br>
[or use nano if you prefer]<br>
and edit to ensure that these lines are in the soures.list file:<br>
<br>
deb <a href="http://archive.canonical.com/" target="_blank">http://archive.canonical.com/</a> lucid partner<br>
deb-src <a href="http://archive.canonical.com/" target="_blank">http://archive.canonical.com/</a> lucid partner<br>
<br>
save the file. Then:<br>
<br>
$ sudo apt-get update && sudo apt-get upgrade<br>
$ sudo apt-get install acroread<br>
<br>
$ apt-cache policy acroread<br>
acroread:<br>
 šInstalled: 9.3.3-1lucid1<br>
 šCandidate: 9.3.3-1lucid1<br>
 šVersion table:<br>
š*** 9.3.3-1lucid1 0<br>
 š š š š500 <a href="http://archive.canonical.com/" target="_blank">http://archive.canonical.com/</a> lucid/partner Packages<br>
 š š š š100 /var/lib/dpkg/status<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>ëÏÄ - ÜÔÏ ÐÏÜÚÉÑ!<br><a href="http://www.linuxspace.org" target="_blank">www.linuxspace.org</a><br>
</div>