1. Open the CentOS 7 virtual machine. 2. Log in to the virtual machine and select the unlisted username: root Password: Enter the password you set and click Login. 3. Right click to open the terminal. 4. Enter the cd .. command twice to return to the root directory. 5. Create a directory called chenzishuo and enter mkdir /chenzishuo in the terminal 6. Configure the local yum, mount the CD to Chen Zishuo, and enter mount /dev/cdrom /chenzishuo in the terminal 7. Enter the yum.repos.d file and enter cd /etc/yum.repos.d in the terminal. After entering, enter the command ls to open the current folder. 8. Enter the command in the terminal:
9. Open the CentOS-Media.repo file and enter the command vi CentOS-Media.repo in the terminal 10. Modify the content of the current file. Change to: baseurl = file:///chenzishuo gpgcheck = 0 enabled = 1 Finally, press esc and shift and: enter wq to save and exit 11. Enter the command yum list in the terminal 12. Wait for a while, and the list will show that the yum local warehouse has been built successfully. Summarize The above is the graphic tutorial of VMware 15.5 version that I introduced to you by mounting the system CD to build a yum warehouse. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: A brief discussion on using Vue to complete the mobile apk project
>>: Install mysql5.7 on Ubuntu 18.04
Without further ado, these three methods are: ren...
Designers have their own font library, which allo...
When writing a Dockerfile, include an entrypoint ...
1. Introduction to mysqldump mysqldump is a logic...
Add an input file HTML control to the web page: &...
1. Always close HTML tags In the source code of p...
This article shares a small example of adding and...
First, let’s think about a question: To insert su...
In the process of making web pages, we often use f...
This article example shares the specific code of ...
Nginx (engine x) is a high-performance HTTP and r...
1. Environment version Docker version 19.03.12 ce...
I used ECharts when doing a project before. Today...
Table of contents The significance of standard co...
This article shares the MySQL 5.7 installation an...