1. Install the software with Yum
Yum-y Install mysql*
Be sure to remember that when installing MySQL with the Yum Install command, you need to add a wildcard "*"
Yum Search mariadb View dependent packages
RPM command is a management tool for RPM packages
Rpm-qa MARIADB Viewing the software Installation
Delete package with yum command: Yum Remove ~
2.configure Installation
Configure--help|grep MySQL View Help
1. Unzip
TAR-ZXF nagios-4.0.2.tar.gz
2. Enter the catalogue
CD nagios-4.0.2
3. Configuration
./configure--prefix=/usr/local/nagios-with=mysql=mysqld-enble
4. Compile or direct make && make install
Make all
5. Installation
Make install && make Install-init && make Install-commandmode && make Install-config
The Whereis command can only be used for program name searches, and only binary files can be viewed to see where the software is installed
Linux Software Installation