I prefer to use aptitude to avoid such issues:<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">sudo aptitude install rar</span><br>

<div><br clear="all">--<div>Karl Wilbur<br>513-322-2481<br><a href="mailto:karl@karlwilbur.net" target="_blank">karl@karlwilbur.net</a></div><br>
<br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 4:54 PM, Geoff Shang <span dir="ltr"><<a href="mailto:geoff@quitelikely.com">geoff@quitelikely.com</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 Wed, 14 Sep 2011, RiverWind wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am looking for specific "sudo" related syntax. Say I want to<br>
install the file compression utility "rar." Now then, the "Apt get<br>
install" doesn't seem to work with my new debian system. I have<br>
either forgotten the proper syntax, or something isn't working or<br>
is missing with this new distro of mine.<br>
</blockquote>
<br></div>
'apt-get' is one word with a dash in the middle, not two words.  So you want:<br>
<br>
sudo apt-get install rar<br>
<br>
Error messages are the key to the problem.  In this case you should have seen:<br>
<br>
sudo: apt: command not found<br>
<br>
which tells you that there's no program called "apt".<br>
<br>
In future, if you're having a problem and you have an error message, it's helpful to post it.<br><font color="#888888">
<br>
Geoff.</font><div><div></div><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
Blinux-list mailing list<br>
<a href="mailto:Blinux-list@redhat.com" target="_blank">Blinux-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/blinux-list" target="_blank">https://www.redhat.com/<u></u>mailman/listinfo/blinux-list</a><br>
</div></div></blockquote></div><br></div></div>