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

Detailed tutorial on installing PHP and Nginx on Centos7

As the application of centos on the server side b...

How to install Nginx and configure multiple domain names

Nginx Installation CentOS 6.x yum does not have n...

4 flexible Scss compilation output styles

Many people have been told how to compile from th...

JavaScript function call, apply and bind method case study

Summarize 1. Similarities Both can change the int...

Query the data of the day before the current time interval in MySQL

1. Background In actual projects, we will encount...

Basic knowledge of MySQL learning notes

View Database show databases; Create a database c...

The front end creates and modifies CAD graphics details through JavaScript

Table of contents 1. Current situation 2. Create ...

An article tells you how to write a Vue plugin

Table of contents What is a plugin Writing plugin...

How to create LVM for XFS file system in Ubuntu

Preface lvm (Logical Volume Manager) logical volu...

About uniApp editor WeChat sliding problem

The uniapp applet will have a similar drop-down p...

MYSQL METADATA LOCK (MDL LOCK) theory and lock type test

Table of contents MYSQL METADATA LOCK (MDL LOCK) ...

Detailed explanation of how to write mysql not equal to null and equal to null

1. Table structure 2. Table data 3. The query tea...

A simple explanation of MySQL parallel replication

1. Background of Parallel Replication First of al...

Practical method of deleting associated tables in MySQL

In the MySQL database, after tables are associate...