[Tips every day] CentOS uses yum to install a software package, centosyum
Yum provides a variety of tools to support installation of software packages.
You can use the groupinstall option if you only need to install it.
First, you can use grouplist to query the corresponding group information. For example, if you need to install a development tool,
Run the following command:
$ Yum groupinstall "Development Tools"
The software installed online using the rpm package or yum command in centos is installed in that directory by default.
It should be in the/usr/local/directory .. Run rpm-ql mysql to check the location ..
How can I install software or functions in the software package of centos 63,
For example, if you want to install mysql, you can enter the following command:
Yum install mysql // This command installs the client. to install the server, enter the following command:
Yum install mysql-server
You can also enter the query command to check whether the yum terminal has the software:
Yum list | grep mysql