When the software package does not exist, it may be that the software source of the installed software is not installed. I used Cent OS. When I installed w3m, this problem occurred. The solution is: first install the software source (epel-release), then update the system package, and finally perform the software installation operation, and it will be successful. Take the installation of w3m as an example: 1. Install w3m software source: epel-release yum install epel-release //If you are not a system administrator, you need to add the sudo command in front, because the installation requires administrator privileges 2. After successful installation, update the system package (If you are not a system administrator, you need to add the sudo command in front, because the installation requires administrator privileges) yum -y update 3. Install w3m again (//If you are not a system administrator, you need to add the sudo command in front, because the installation requires administrator privileges) yum install w3m Installation successful! The above article on how to solve the problem when the software package does not exist when installing software in Linux is all the content that the editor shares with you. I hope it can give you a reference, and I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue Element front-end application development: Use of API Store View in Vuex
>>: In-depth explanation of MySQL learning engine, explain and permissions
Solution to MySQLSyntaxErrorException when connec...
For example, if your current path is /var/log and...
Replication is to transfer the DDL and DML operat...
Table of contents Overview Functionality and read...
The specific upgrade script is as follows: Dynami...
Sometimes we may need to run some commands on a r...
This article shares the specific code of jQuery t...
The loading speed of a web page is an important in...
Table of contents Achieve results Complete code +...
Table of contents 1. What is DOM 2. Select elemen...
This database query statement is one of 50 databa...
Preface The effect problems used in personal actu...
Sometimes when requesting certain interfaces, you...
Wired network: Ethernet Wireless network: 4G, wif...
Technical Background Latex is an indispensable to...