In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article focuses on "yum installation and uninstall software usage in Centos". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn the usage of installing and uninstalling yum software in Centos.
When installing a piece of software
Yum-y install httpd
When installing multiple similar softwar
Yum-y install httpd*
When installing multiple non-similar softwar
Yum-y install httpd php php-gd mysql
When uninstalling a software
Yum-y remove httpd
Uninstall several similar softwar
Yum-y remove httpd*
When uninstalling multiple non-similar softwar
Yum-y remove httpd php php-gd mysql
= =
There is another great usage.
Suppose I want to execute the command iostat to check the status of CPU and storage devices, but I find that there is no such command
So execute yum install iostat, and it turns out that the software cannot be found. The following measures can be used to solve the problem
Yum search iostat can find the installation package related to iostat.
If you want to install a program, you can only remember the name of a part. You can also use this measure to install.
Yum search png | grep png
We can find the name of libpng that we want to install.
At this point, I believe you have a deeper understanding of "installing and uninstalling yum software in Centos". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.