Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of uninstalling Software in linux

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of uninstalling linux software, which is very detailed and has certain reference value. Friends who are interested must finish reading it!

The software uninstallation in linux is mainly carried out by using rpm. The first thing to uninstall the software is to know the name of the package registered in the system. Type the command:

# query all the packages installed in the current system rpm-Q-a # query the name of the package installed by pcre rpm-Q-a | grep "pcre" # query where the rpm package is installed rpm-ql pcre-7.8-7.el6.x86_64

After determining the name of the software to be uninstalled, you can begin to actually uninstall the software.

# Uninstall the software. The function of parameter e is to put rpm into uninstall mode. Uninstall rpm-e [package name] / * on the package named [package name] because the packages in the system depend on each other. If you cannot uninstall because of a dependency, rpm prompts you to stop the uninstall. You can use the following command to ignore the dependencies and start uninstalling directly: * / rpm-e [package name]-nodeps# enter the installation package to uninstall make uninstall

The above are all the contents of linux's method of uninstalling the software, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report