On Sun, Apr 6, 2008 at 4:14 PM, Chess Griffin &lt;<a href="mailto:chess@chessgriffin.com">chess@chessgriffin.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, 6 Apr 2008 15:00:35 -0600<br>
&quot;Bob Lounsbury&quot; &lt;<a href="mailto:boblounsbury@gmail.com">boblounsbury@gmail.com</a>&gt; wrote:<br>
</div></blockquote></div><br>
&gt; Any plans to allow automatic installation of packages if someone so<br>
&gt; desired? Maybe even automatic install that checks to upgradepkg if not<br>
&gt; then installpkg. Not that&#39;s it&#39;s real difficult to switch to /tmp and<br>
&gt; install or upgrade, it would just make it more of a one stop shop that<br>
&gt; even my Mom could do.<br>
<br>
Automatic install after building a package is unlikely, &nbsp;but maybe one<br>
day there will be an option to browse the /tmp directory and install<br>
pkgs it finds in there. &nbsp;Not sure, though.<br><br>alias lsg=&#39;ls | grep&#39;<br><br>al@AB60R:~$ lsg cups<br>cups-1.2.11-i486-1.tgz<br><br>(given if cups had just been built and now is to be installed) (in konsole I can then copy and paste that pkg name)<br>
<br>(in bash the up arrow key brings back up the most recent command)<br><br>root@AB60R:~# sbopkg some option<br><br>quickly backspace on that, reduces it to sbopkg<br><br>root@AB60R:~# sbopkginst cups-1.2.11-i486-1.tgz<br>
<br>(then, add, type in only the letters inst then paste the cups pkg after -- now, strike enter key and it installs)<br><br>not forget to create an alias in the .bashrc file, thus:<br><br>alias sbopkginst=&#39;installpkg&#39;<br>
<br>(now, both (either of the two) works to get a pkg installed, not just the &quot;installpkg&quot;)<br><br>(also an &quot;lsg&quot; alias if want to shortcut the ls and the grepping).<br><br>-- <br>Alan.<br><br>