Frank Murphy wrote:
> Tried to install
> wxBase-2.3.3-1.i386.rpm
>> If gave an error & failed by the time I searched for FC1 Disc3
> (which it asked for)
>> Now if I try to install I get
> "Package already installed"
> How do I overcome this.
There's an RPM cheat sheet here:
http://www.pixelbeat.org/cmdline.html
But in summary you probably want to upgrade
rather than install? I.E. rpm -Uvh rather than -ivh
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
Math in shell
You can use bc, python, expr etc. to do math in the shell.
Note expr can only parse and output integers.
precision=2 num1=1.23; num2=3.21
answer=`echo "scale=${precision}; $num2/$num1" | bc`
answer=`echo "print '%.${precision}f' % ($num2/$num1)" | python`
answer=`expr 1 / 2`
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!