- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试在 Linux Centos 6.7 中安装 Nginx
我以root身份登录并运行
yum 更新
yum install nginx -y
我一直在努力
nginx-1.0.15-12.el6.x86_64: failure: nginx-1.0.15-12.el6.x86_64.rpm from epel: [Errno 256] No more mirrors to try.
任何提示/建议将不胜感激
尝试 yum clean metadata
然后 yum install nginx -y
,我明白了
[root@CentOS6 ~]# yum install nginx -y
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00
* base: mirror.solarvps.com
* epel: ftp.cse.buffalo.edu
* extras: mirror.atlanticmetro.net
* remi-php56: mirrors.mediatemple.net
* remi-safe: mirrors.mediatemple.net
* updates: mirror.net.cen.ct.gov
base | 3.7 kB 00:00
base/primary_db | 4.6 MB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 3.6 MB 00:00
Error: xz compression not available
yum install pyliblzma
或 yum install python-backports-lzma
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.solarvps.com
* epel: ftp.cse.buffalo.edu
* extras: mirror.atlanticmetro.net
* remi-php56: mirrors.mediatemple.net
* remi-safe: mirrors.mediatemple.net
* updates: mirror.trouble-free.net
Error: xz compression not available
最佳答案
我通过执行以下操作安装了 Nginx
yum clean all
yum 删除 epel-release
yum 更新
yum 安装 epel-release
yum install nginx -y
关于linux - 来自 epel 的失败 : nginx-1. 0.15-12.el6.x86_64.rpm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33548703/
我在 Fedora 30 上。我正在尝试安装“epel-release”。 我正在遵循本指南:https://www.phusionpassenger.com/library/install/stan
我正在使用此命令向 cobbler 添加一个存储库: cobbler repo add \ --name=Centos7-EPEL \ --mirror=http://www.mi
我想安装 MQTT 但无法在 CentOS 8 上安装 - 阿里云,因为我发现以下错误 sudo yum -y install mosquitto Repository epel is listed
我正在为依赖于 php-mcrypt 的软件编写规范文件.我的目标操作系统是 CentOS 6.5 php-mcrypt不在 CentOS存储库,但它在 EPEL 中.有没有更好的方法来满足这种对 R
我在使用 yum install 时遇到问题命令。我正在使用 CentOS 6.6。我的 epel.repo 脚本如下 -> [epel] name=Extra Packages for Enter
尝试使用 CentOS 7 设置香蕉 pi 以用作 NAS,我遇到了许多必须自己编译的软件包。 我想知道 armv7 架构是否有专门的 repo ? %uname -a Linux bananapi
我目前在使用 rpmlib(fileDigest) 和 (PayloadIsXz) 时遇到问题,我在 Google 和其他网站上进行了搜索,包括 SO,但没有成功(有效)。这基本上就是我所做的: wg
我在这里发表的第一篇文章,但我用谷歌搜索了一下,找不到一个简单的方法来做到这一点。 我有一个程序可以在新的 CentOS Linux 服务器上线时自动配置它们。作为该过程的一部分,它会安装最新版本的
从docker文件执行yum install时在Centos 7中获得以下错误消息 docker build -f DockerFile。 Sending build context to Docke
我使用 certbot-auto 部署 Let's Encrypt SSL 证书,并使用 crontab -e 更新证书,如下所示: * 01 * * 1/home/myname/certbot-au
我尝试在我的 CentOS 系统中启用我的 EPEL 存储库,因为一些软件包在官方 CentOS 7 存储库中不可用。 我遵循了本教程: http://www.tecmint.com/how-to-e
我刚刚通过此链接安装了 epel-release 存储库: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarc
我整天都在尝试解决这个问题,但没有这样的运气。我正在尝试从 EPEL 存储库安装 phpmyadmin 和其他软件包,但命令(yum install phpmyadmin)返回“没有可用的软件包 ph
我已经在 CentOS 7.8 上安装了来自 EPEL 的 fail2ban 0.10.5-2.el7。我试图让它与 systemd 一起处理 Tomcat 日志(也是 systemd)。 在 jai
我无法在以下版本的 centos 上安装 python 36。CentOS Linux 7.6.1810 版(核心版) NAME="CentOS Linux" VERSION="7(核心)" ID="
使用 Amazon Linux AMI 2013.09.2 - ami-bba18dd2(64 位) 我想使用 EPEL 提供的 mongodb,因为它编译时支持 SSL。 [root@domU-12
我尝试通过运行 在我的 Fedora 22 机器上启用 EPEL wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我目前正在研究在 RHEL7 上运行的基于 Autotools 的构建系统。 Boost 的系统版本相当旧(1.53),但是通过 EPEL(1.69)提供了一个较新的版本。一些最近添加到 Boost
我正在尝试在 Linux Centos 6.7 中安装 Nginx 我以root身份登录并运行 yum 更新 yum install nginx -y 我一直在努力 nginx-1.0.15-12.e
我是一名优秀的程序员,十分优秀!