Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution to prompt that the software package does not exist when linux installs the software

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

When the software package does not exist, the software source of the installed software may not be installed, mine is cent os, when installing W3m, this problem occurs, the solution: first install the software source (epel-release), then update the system package, and finally perform the installation software operation, you can succeed.

Take installing W3m as an example:

1. Install the software source of w3m: epel-release

Yum install epel-release

/ / if not for the system administrator, you need to add the sudo command before, because the installation requires administrator privileges

2. Update the system package after the installation is successful

(if not the system administrator needs to add the sudo command before, because the installation requires administrator privileges)

Yum-y update

3. Install w3m again

(/ / if not for the system administrator, you need to add the sudo command before, because the installation requires administrator privileges)

Yum install w3m

Installation successful!

The above linux installation software prompt software package does not exist solution is the editor to share with you all the content, I hope to give you a reference, but also hope that you support more.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report