what is the command to uninstall processes in linux?
Answers were Sorted based on User's Feedback
Answer / ravi babu
yum remove sendmail* -y
y means with yes confirmation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raguraman sify tech
Please confirm your question is uninstall processes or packages?
Here everybody mentioned uninstall package. Except
Mr.Rallapalli who updated ans to uninstall process
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anand jain
To uninstall the RPM in linux
rpm -e <following the package name >
for Ex: (rpm -e yum-3.2.25-1.fc12.noarch)
you can get the full package details with version by this cmd
rpm -qa | grep <name of the package>
Ex: rpm -qa |grep yum
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murph
service <sevice_name> stop
ie:
service httpd stop
| Is This Answer Correct ? | 1 Yes | 6 No |
How do you execute more than one command or program from a single command line entry?
What command should you use to check your file system?
You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.
8 Answers Bhel, Indian Navy, Tata Steel Limited,
Enlist some linux networking and troubleshooting commands?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
What is shell scripting commands?
difference between patches and packages? and how to upgrade patches
how to add linux user to group?
List the three main parts of an operating system command?
Who am I command in linux?
Explain difference between swap partition and swap file?