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

What is the difference between yum install and yum groupinstall

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

Share

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

In this issue, the editor will bring you about the difference between yum install and yum groupinstall. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.

Yum provides two ways to install software

1minute yum install it installs a single software, and the dependencies of this software

2Jing yum groupinstall it installs an installation package that contains many individual software, as well as individual software dependencies.

Give an example-- install mysql

Both yum install mysql and yum groupinstall "MySQL Database" can install mysql.

[root@tank ~] # yum groupinfo "MySQL Database" Loading "security" pluginLoading "rhnplugin" pluginSetting up Group Processrhel-x86_64-server-5 100% | = | 1.4 kB 00:00Group: MySQL DatabaseDescription: This package group contains packages useful for use with MySQL.Mandatory Packages:mysqlDefault Packages:unixODBCmysql-serverMySQL-pythonmysql-connector-odbclibdbi-dbd-mysqlperl-DBD-MySQLOptional Packages:mod_auth_mysqlmysql-develqt-MySQLmysql-benchphp-mysql

If you want to see the installation of individual software, yum info software name [n/eiqian], here [neiqian] yum info mysql

MySQL Database this installation package includes mysql,mysql-server,mysql-bench and so on, install this package, not only install mysql, but also install some tools of mysql. If you use yum install mysql to install mysql, you only install the mysql part of the MySQL Database package.

MySQL Database and mysql can be understood as the relationship between provinces and cities. There are many cities in a province.

The above is the difference between yum install and yum groupinstall shared by the editor. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are 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