Installation of Linux programs (CentOS 7)
Install the program without connecting to the network
First go to the network configuration interface and give it an IP address.
Remember to restart the configuration after the configuration is complete.
At this point, we will find that our Linux user has regained the IP address.
Self-built yum warehouse for installation
Create a directory as the yum repository
Enter the content in the file to make it act as a yum repository.
After the creation of the yum repository, you can install the system.
After installation, use the command "rpm-Q httpd" to verify that the installation is successful.
After that, you can enter the IP address we assigned to Linux in the host to access it.