[Tips every day] CentOS uses yum to install a software package, centosyum

Source: Internet
Author: User

[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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.