Home > Operation and Maintenance > CentOS > Installation of software under centos7 failed

Installation of software under centos7 failed

王林
Release: 2020-04-03 10:21:26
Original
3397 people have browsed it

Installation of software under centos7 failed

Problem:

The following error occurs when using yum to install software:

Installation of software under centos7 failed

Solution:

1. Open the network card configuration file

#vim /etc/sysconfig/network-scripts/ifcfg-ens33
Copy after login

2. Then enter the editing mode

3. Find the ONBOOT=no configuration

4. Then change no to yes

5. Restart the network service

#netstat network restart
Copy after login

Recommended related tutorials: centos tutorial

The above is the detailed content of Installation of software under centos7 failed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template