answersLogoWhite

0


Best Answer

First, open terminal (bash prompt).

You must be login as root user to run any one of the following command.

Remove Software under Red Hat / RHEL / Fedora / CentOS Linux

Use rpm or yum command to delete the software.

To list the installed software type

rpm -qa | less

rpm -qa {software-name}

yum list | less

yum list {software-name}

To get information about httpd package, enter:

rpm -qa httpd

yum list httpd

To remove a software use rpm or yum command as follows

rpm -e {software-name}

yum remove {software-name}

To delete a package called httpd, enter:

rpm -e httpd

yum remove httpd

Delete / Uninstall Software Under Debian / Ubuntu Linux

To list installed software type:

dpkg --list

dpkg --list | less

dpkg --list | grep apache

To delete the software, enter:

sudo apt-get remove {package-name}

sudo apt-get remove apache

User Avatar

Wiki User

2011-09-02 01:39:51
This answer is:
User Avatar
Study guides

What is a programming language

What does DOS stand for

What is a software that is distributed for free

What do unix and Linux have in common

➡️
See all cards
3.0
16 Reviews

Add your answer:

Earn +20 pts
Q: How do you uninstall programs in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you uninstall Linux?

Uninstall programs that allow you to safely and completely remove unneeded programs and related files from your hard disk.


How do you you uninstall SUSE Linux?

You cannot "uninstall" it. You can delete the partition it is installed on.


How do you uninstall Microsoft Office 2003 in Linux with Wine?

You can either run the uninstall program, or you can just delete the folder that it is installed in. Windows programs are placed in /home/yourusername/.wine/drive_c/Program\ Files


How do you uninstall logitech?

->Go to control panel. -->From there, click on programs. --->Uninstall programs. ---->Find your logitech software. ----->Click uninstall.


How do you uninstall frostwire?

Uninstall it from 'add or remove programs'.


How do you uninstall Windows Movie Maker?

To uninstall Windows Movie Maker (or any programs):> Click Start> Control Panel> Programs> Programs and FeaturesA list will be generated. Find the program you want to uninstall and click Uninstall.


How do you uninstall Minecraft 1.7 beta?

You can uninstall it in the list of programs.


How do you uninstall Java 7 version 5?

If you have windows you need to open the control panel and navigate to the uninstall programs option and look for the program, right click and than choose uninstall.This may work with mac and linux but it might not.


How do you uninstall the roller coaster tycoon?

For Windows XP users: Start Menu- Control Panel- Programs- Uninstall programs- List Programs, then choose it and uninstall For Vista users: Start Menu- Control Panel- Programs- Features- Uninstall programs, then choose it and uninstall For 7 users: Start Menu- Control Panel- Uninstall a program, then choose it and uninstall *or an easier way for XP ONLY, drag random shortcut into recycle bin, and when it asks you whether to delete shorcut or not, click on the link add or remove programs, and choose it and uninstall* Hopes this helps :)


How do you uninstall Xmarks?

If your on windows goto the control panel -programs and features and uninstall it there.


How do you uninstall Red Hat Enterprise Linux?

you can not unistall, you have to format the disk...


How do you uninstall acresso software manager?

To uninstall the Acresso software manager you need to go to your Start menu. From there you select the the uninstall programs then look through the programs provided. After selecting the program you click uninstall and follow the instructions.

People also asked