Detailed explanation of installing applications in Linux Centos7 without Internet connection

Detailed explanation of installing applications in Linux Centos7 without Internet connection

1. In the previous chapter, we learned that we can install programs directly in the yum repository, but it requires a network connection and does not require resolving dependencies.

This chapter teaches you how to install the program without Internet access.

1. Let's disconnect the network first (demonstrate the implementation in VM virtual machine without network)

2. Set up our network card


3. Restart the network service and check the address we just set

4. Clear our previous yum list cache

5. Use the Centos7 image and then connect


6. Mount the image

7. Where is our software package?

8. Configure our own yum repository

9. Check if our yum repository software package is available


10. Enter the command to install the httpd service


11. Let’s try to see if we can access this website.

In subsequent blogs, I will publish a source code installation, which we will often use in the future.

The above is all the knowledge points about installing applications without Internet connection in the latest version of Linux, Centos7. Thank you for your support to 123WORDPRESS.COM.

You may also be interested in:
  • Demonstration of building ElasticSearch middleware and common interfaces under centos7 in Linux system
  • Detailed explanation of redis5 cluster construction and usage under Linux (Centos7)
  • Detailed explanation of the basic use of centos7 firewall in linux
  • Install jdk1.7 using CentOS7 under Linux
  • Tutorial on installing nodejs & npm and configuring global paths in Linux Centos7.2
  • LINUX Centos7 build vsftpd service

<<:  How to track users with JS

>>:  Solution to the root password login problem in MySQL 5.7

Recommend

How to install Graphviz and get started tutorial under Windows

Download and installConfigure environment variabl...

Detailed steps for configuring Tomcat server in IDEA 2020

The steps for configuring Tomcat in IDEA 2020 are...

Detailed deployment of Alibaba Cloud Server (graphic tutorial)

I have recently learned web development front-end...

Nginx stream configuration proxy (Nginx TCP/UDP load balancing)

Prelude We all know that nginx is an excellent re...

Summary of several situations in which MySQL indexes fail

1. Indexes do not store null values More precisel...

How to analyze SQL execution plan in MySQL through EXPLAIN

Preface In MySQL, we can use the EXPLAIN command ...

Detailed steps for installing MySQL using cluster rpm

Install MySQL database a) Download the MySQL sour...

How to effectively compress images using JS

Table of contents Preface Conversion relationship...

Stop using absolute equality operators everywhere in JS

Table of contents Overview 1. Test for null value...

Bootstrap FileInput implements image upload function

This article example shares the specific code of ...

40+ Beautiful Web Form Design Examples

Web forms are the primary communication channel b...

Analysis and solution of MySQL connection throwing Authentication Failed error

[Problem description] On the application side, th...