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

How to use yum install and yum groupinstall

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

In this article, the editor introduces in detail "how to use yum install and yum groupinstall". The content is detailed, the steps are clear, and the details are handled properly. I hope this article "how to use yum install and yum groupinstall" can help you solve your doubts.

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 of installing 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.

After reading this, the article "how to use yum install and yum groupinstall" has been introduced. If you want to master the knowledge points of this article, you still need to practice and use it yourself. If you want to know more about related articles, 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

Development

Wechat

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

12
Report