今天在使用 yum 命令进行包的下载时候,Linux 提示 没有可用的软件包~ 如下:

[root@localhost share]# yum -y install wordpress
已加载插件:fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* centos-sclo-rh: mirrors.aliyun.com
* centos-sclo-sclo: mirrors.163.com
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
没有可用软件包 wordpress。
错误:无须任何处理

 

当出现这个提示的时候,Linux 是在告诉我们 yum 源中已经没有对应的安装包了,此刻需要我们安装 epel 。

何为 epel ,全称为 Extra Packages for Enterprise Linux  企业版 Linux 额外包,需要我们更新下 epel 这个第三方库。

[root@localhost share]# yum install -y epel-release

接下来就可以成功使用 yum 进行相关包的下载~

最新文章

  1. LaunchScreen.storyboard启动图遇到的坑
  2. IDisposable的另类用法
  3. vmstat和iostat
  4. 【转】PowerShell入门(二):PowerShell是Cmd命令行的加强版吗?
  5. Ubuntu安装Tcpdump
  6. SQL 查询本月无数据用上个月的数据问题
  7. 网络笔记01-3 socket 实现百度页面的两种方式
  8. 多态&&父类调用子类特有的方法
  9. IOS开发-加载本地音乐
  10. C# 异步下载文件
  11. MATLAB图像处理基础
  12. html5 laboratory - drawing in the canvas
  13. html5的改变
  14. POJ 2586:Y2K Accounting Bug(贪心)
  15. 【LeetCode】Binary Tree Level Order Traversal 【BFS】
  16. React-native 初始化项目很慢
  17. 白话ASP.NET MVC之三:Controller是如何解析出来的
  18. jenkins创建pipeline
  19. [OpenCV]拓展图像边界
  20. Vue(三十二)SSR服务端渲染Nuxt.js

热门文章

  1. 飞机调度 Now or Later? LA 3211 (2-SAT问题)
  2. Nexus Repository Manager 3(CVE-2019-7238) 远程代码执行漏洞复现
  3. Unity 游戏框架搭建 2019 (五十六/五十七) 需求分析-架构中最重要的一环&从 EmptyGO 到 Manager Of Managers
  4. Java四种权限修饰符
  5. Window10:不能建立到远程计算机的连接,你可能需要更改此连接的网络设置。
  6. Java实现 LeetCode 676 实现一个魔法字典(暴力)
  7. Java实现 蓝桥杯VIP 算法训练 邮票
  8. Java实现LeetCode17. 电话号码的字母组合
  9. Java实现 洛谷 P1217 [USACO1.5]回文质数 Prime Palindromes
  10. java实现拉丁方块填数字