Results 1 to 4 of 4
I am using Redhat entp linux 5.I want to uninstall a software .i used 2 do that from add/remove software option in GUI mode.But now it is not working,showing cant ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-01-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- india
- Posts
- 56
uninstall software from CLI mode
I am using Redhat entp linux 5.I want to uninstall a software .i used 2 do that from add/remove software option in GUI mode.But now it is not working,showing cant retrieve data.I want to do it frm CLI mode.Can Anyone help me out.
- 06-01-2009 #2
You can use
to erase any package from Redhat/Fedora.rpm -e
To list the packages installed on your machine use
If you want to remove all mysql packages then userpm -qa | more
Now use rpm -e to remove the packages.rpm -qa | grep mysqlFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 06-01-2009 #3Just Joined!
- Join Date
- Mar 2009
- Location
- india
- Posts
- 56
Thanxxxxx 4 your kind information!!
by the way can u help me out frm another problem..the problem is I am Using JRE version "1.6.0_01".when i am going 2 run limewire in my laptop it showsthen i installed JRE version jre-6u13-linux-i586.rpm.....then gain it shows the same.i could nt find JRE 1.6+ anywhere.Something went wrong with LimeWire.
Maybe you're using the wrong version of Java?
(LimeWire is tested against and works best with with Sun's JRE, Java 1.6+)
The version of Java in your PATH is:
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
- 06-01-2009 #4
I have no idea about limewire..I just googled got these links,
limewire java help [Archive] - Ubuntu Forums
LimeWire Forums
Try google it throws up lot of link (seems like common issue with limewire)First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org


Reply With Quote
