what is the command to uninstall processes in linux?

Answer Posted / venkat

if u r using rhel4
use this command
rpm -e packagename*
if u r using rhel5
use this command
yum remove packagename* -y

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the fastest way to enter a series of commands from the command-line?

534


How cp command works in linux?

529


What is grep command in linux with examples?

551


What is git command?

526


What is pwd in linux command?

699






How do I permanently delete linux history?

528


What command would you use to create an empty file without opening it to edit it?

568


How do I do a whois search?

559


What is umask 000?

548


What is df command in unix?

505


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

838


What does c mean in linux?

570


Why makefile is used in linux?

543


What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?

561


What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

531