CentOS Linux 7.4.1708版(核心版)phpMyadmin安装错误

时间:2018-02-21 03:53:14

标签: linux phpmyadmin centos

我正在尝试在Centos LAMP服务器上安装phpAdmin并继续陷入同一点,这是一个存储库错误。我是linux的noob,不知道我错过了什么。我一直在使用liquidweb

中的以下内容

以下是我收到的错误消息。

" [vadmin @ centos-django~] $ cat / etc / centos-release CentOS Linux 7.4.1708版(核心版) [vadmin @ centos-django~] $ sudo rpm -iUvh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm vadmin的[sudo]密码: 正在检索http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 警告:/var/tmp/rpm-tmp.JKxeOc:标题V3 RSA / SHA256签名,密钥ID 352c64e5:NOKEY 准备...... ################################## [100%] 更新/安装......    1:epel-release-7-11 ################################## [50%] 清理/清除......    2:epel-release-7-9 ################################## [100%] [vadmin @ centos-django~] $ yum -y update 加载的插件:fastermirror,langpacks 您需要是root才能执行此命令。 [vadmin @ centos-django~] $ sudo yum -y update 加载的插件:fastermirror,langpacks 基地| 3.6 kB 00:00

其中一个已配置的存储库失败(未知),  并且yum没有足够的缓存数据来继续。此时唯一  百胜可以做的安全事情就是失败。有几种方法可以解决"修复"这样:

 1. Contact the upstream for the repository and get them to fix the problem.

 2. Reconfigure the baseurl/etc. for the repository, to point to a working
    upstream. This is most often useful if you are using a newer
    distribution release than is supported by the repository (and the
    packages for the previous distribution release still work).

 3. Run the command with the repository temporarily disabled
        yum --disablerepo=<repoid> ...

 4. Disable the repository permanently, so yum won't use it by default. Yum
    will then just ignore the repository until you permanently enable it
    again or use --enablerepo for temporary usage:

        yum-config-manager --disable <repoid>
    or
        subscription-manager repos --disable=<repoid>

 5. Configure the failing repository to be skipped, if it is unavailable.
    Note that yum will try to contact the repo. when it runs most commands,
    so will have to try and fail each time (and thus. yum will be be much
    slower). If it is a very temporary problem though, this is often a nice
    compromise:

        yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

无法检索存储库的metalink:epel / x86_64。请验证其路径,然后重试&#34;

0 个答案:

没有答案