Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

removing Apache 1.3.20

Status
Not open for further replies.

rushtosri

Programmer
Feb 25, 2001
80
US
Hi!

I'm new to linux. I've installed RedHat 7.2 on my system. While installing linux, by default Apache 1.3.20 is also installed. Now i want to remove this version and install a new version. I dont know how to proceed. I tried to use package manager under kde. But it didnt work out.

Any suggestions welcome. Tell me procedure to uninstall any software from shell prompt rather than from kde.

Thankx in advance..
Shri.
 
If its installed as an RPM, then you can use the rpm -e command.

rpm -e apache

To see which packages are installed, use...

rpm -qa

To uninstall any of the packages that the rpm -qa command shows you, just use rpm -e 'package_name' without the version number.

ChrisP ---------------------------------------
If someone's post was helpful to you, please click the box "Click here to mark this post as a helpful or expert post".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top