[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Stock ticker
on 4/20/00 2:54 AM, Neil Haines at nhaines@xxxxxxxxxxxxxx wrote:
> Hi
> Anyone know how to remove the stock ticker package.
> Tried rpm -e etc , but to no avail- says the package isn't there.
do a
rpm -q ticker
to get the name of the actual RPM.
When you do
rpm -e rpmname
it needs to be the RPM, not including the architecture and .rpm extension.
Ie
rpm -e xmms-1.1-1
NOT
rpm -e xmms-1.1-1.i386.rpm
-k