How do I uninstall or delete installed software under Linux operating systems?
Different Linux distributions comes with different tools to remove the software installed under Linux.
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
🐧 12 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
I wish back my Windows xp program.
Which kinda? You can use wine under linux to run many. Even softwares like photoshop. And many common softwares are available at linux like skype, VLC, teamviewer and much more.
i want to uninstall the oracle 10g from the vertual linux. And my linux os is installed on VMware software so please tell how can i do it ??????????
Thank You…………..
Thanks! Short but informative! :)
thanks a bunch!
what should i do if i need to see list of unistalled program
That works to full uninstall? Including config files? I mean, for apt-get you can use purge, but for yum, how can you do that?
Why very difficult UNINSTALL for LINUX, why?
Windows only ONE CLICK, but LINUX many many click…..
SOLUTION for ONE CLICK UNINSTALL Please…..
I had installed boss linux os in my laptop. Recently I installed gta game. But it is not fully installed. So I can’t able to run the program. How I uninstall or completely remove the application from my laptop. Please help me.
I am looking someone who can help to uninstall centos 6.7 and install centos 5.11.
It says
E: unable to locate package “package name”