AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题

问题[epel](server)

Martin Hope
Sebastian Viereck
Asked: 2021-04-01 05:24:00 +0800 CST

EPEL 7 proftp 包仅提供过时版本 1.3.5e

  • 0

我很好奇为什么 epel 7 repo 中没有 epel-x86_64 ftp 服务器包 proftp 的新版本:

https://centos.pkgs.org/7/epel-x86_64/proftpd-1.3.5e-10.el7.x86_64.rpm.html

从 2017 年 4 月 9 日起仅提供版本 1.3.5e。最新版本是 1.3.7a 是 21/Jul/2020。

我正在使用带有 proftp 的 Amazon Linux 2 来托管 ftp 服务器。

除了手动编译它我还能做什么?我想通过 yum 更新 proftp。

yum package-management proftpd epel
  • 2 个回答
  • 165 Views
Martin Hope
arnoldbird
Asked: 2021-02-11 07:41:42 +0800 CST

如何在 RHEL 上启用 EPEL 存储库,以便升级 Apache [重复]

  • 0
这个问题在这里已经有了答案:
CentOS 中的旧软件包版本是否意味着它们没有安全修复程序? (3 个回答)
去年关闭。

我想在 RHEL 7 上将 Apache 升级到 2.4.46 或更高版本。我遵循的说明中的一个步骤是启用 EPEL 存储库,就像这样......

cd /etc/yum.repos.d && wget http://mirror.centos.org/centos/7/os/x86_64/repodata/repomd.xml`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo

镜像不可用,所以我得到了 404,但我也尝试使用其他镜像,但仍然得到 404 错误。如何在 RHEL 7 上启用 EPEL 存储库?

redhat upgrade apache-2.4 epel
  • 1 个回答
  • 1035 Views
Martin Hope
mahen3d
Asked: 2020-11-10 17:55:01 +0800 CST

AWS 中的 Centos 8 - PHP 安装错误

  • 1

当我尝试使用 Remi 存储库安装 PHP 时,出现以下错误

         dnf module list php
        Remi's Modular repository for Enterprise Linux 8 - aarch64   
        Errors during downloading metadata for repository 'remi-modular':
          - Status code: 403 for http://cdn.remirepo.net/enterprise/8/modular/aarch64/mirror (IP: 176.31.103.194)
          - Status code: 403 for http://cdn.remirepo.net/enterprise/8/modular/aarch64/mirror (IP: 195.154.241.117)
        Error: Failed to download metadata for repo 'remi-modular': 
    Cannot prepare internal mirrorlist: Status code: 403 for
http://cdn.remirepo.net/enterprise/8/modular/aarch64/mirror (IP: 176.31.103.194)

如果未找到访问该页面,我会收到一个名为

仅提供镜像列表。使用https://rpms.remirepo.net/获取内容。

以下是我如何安装 Remi

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum update
dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
centos epel
  • 1 个回答
  • 1193 Views
Martin Hope
dsmoljanovic
Asked: 2020-09-16 07:06:39 +0800 CST

如何从 EPEL 在同一台机器上安装 2 个不同版本的 java

  • 3

标题说明了一切。我想在同一台机器上有 2 个版本的 java。例如14.0.1.7and 14.0.2.12(它们都在 EPEL7 repo 中)。

如果我一个一个地安装它们yum,yum 将删除第一个版本并保留最后一个版本。如果我通过rpm依赖项安装它们,则会解决但不会自动安装。如果我先安装yum,然后再安装,rpm那么它可以工作并且它保留两个版本,但rpm如果在某个时候弹出,它将不会安装任何额外的依赖项,并且能够仅通过一个工具来完成它会很酷。

所有提到的java都是OpenJDK;EPEL7 有这些滚动包(例如:java-14-openjdk-14.0.1.7-2.rolling.el7.x86_64、、java-14-openjdk-14.0.2.12-1.rolling.el7.x86_64)。

有任何想法吗?

java linux epel
  • 4 个回答
  • 522 Views
Martin Hope
hashwagon
Asked: 2016-04-30 00:05:42 +0800 CST

EPEL 回购 GPG 密钥工作?

  • 2

我按照以下步骤获取了 EPEL GPG 密钥,我正在尝试验证它是否正常工作。这是在新安装的 RHEL7 系统上。

回购:https ://dl.fedoraproject.org/pub/epel/7/x86_64/

# cd /etc/pki/rpm-gpg/
# wget https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
# cd /etc/yum.repos.d

编辑:/etc/yum.repos.d/dl.fedoraproject.org_pub_epel_7_x86_64_.repo

gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

我使用该python-pip软件包进行了测试安装,它显示它正在使用我的 EPEL 存储库进行安装:

Installing:
python-pip       noarch       7.1.0-1.el7      dl.fedoraproject.org_pub_epel_7_x86_64_         1.5 M

Transaction Summary

Install  1 Package

Total download size: 1.5 M
Installed size: 6.6 M
Is this ok [y/d/N]: y
Downloading packages:
python-pip-7.1.0-1.el7.noarch.rpm                    1.5 MB  00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : python-pip-7.1.0-1.el7.noarch                        1/1
Verifying  : python-pip-7.1.0-1.el7.noarch                        1/1

Installed:
python-pip.noarch 0:7.1.0-1.el7

Complete!

这就是我所得到的。我被引导相信它会提示确认密钥,例如Retreiving key from file:///..etc..., Importing GPG key 0x35..... 它从未提及有关 GPG 密钥/签名的任何内容,因此我不确定它是否有效。对此的任何帮助都会很棒。

谢谢

centos redhat gpg epel
  • 2 个回答
  • 3971 Views
Martin Hope
clime
Asked: 2013-02-22 00:59:59 +0800 CST

centos:在服务器机器上使用 epel 存储库

  • 8

在服务器机器上启用 epel 存储库有什么缺点吗?还是每个系统管理员都会这样做?

centos epel
  • 1 个回答
  • 7155 Views
Martin Hope
Tom Dollar
Asked: 2012-07-18 12:35:26 +0800 CST

Centos 6、Plesk 11、EPEL 6 安装问题

  • 0

我在配置新服务器时非常头疼。这是一个装有 Centos 6 和 Plesk 11 的 64 位 Linux 机器。这将是一个 Magento 服务器,所以我需要安装 mcrypt,默认情况下不可用。

我已经安装了 EPEL 6,在这里确认:

[root@ds-xxxxxxx ~]# yum repolist
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: centos.mirroring.pulsant.co.uk
 * epel: mirror.affix.me
 * extras: centos.mirroring.pulsant.co.uk
 * rpmforge: www.mirrorservice.org
 * updates: centos.mirroring.pulsant.co.uk
repo id                repo name                                                    status
base                   CentOS-6 - Base                                              6,346
epel                   Extra Packages for Enterprise Linux 6 - x86_64               7,070
extras                 CentOS-6 - Extras                                                4
rpmforge               RHEL 6 - RPMforge.net - dag                                  4,392
updates                CentOS-6 - Updates                                             165
repolist: 17,977
[root@xxxxxx ~]#

但是当我运行 yum update 时,它​​看起来像是在尝试加载 el5 和 el6 扩展/模块,所以会导致问题;

# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: centos.mirroring.pulsant.co.uk
 * epel: mirror.affix.me
 * extras: centos.mirroring.pulsant.co.uk
 * rpmforge: www.mirrorservice.org
 * updates: centos.mirroring.pulsant.co.uk
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be updated
---> Package git.x86_64 0:1.7.4.1-1.el5 will be an update
--> Processing Dependency: libcrypto.so.6()(64bit) for package: git-1.7.4.1-1.el5.x86_64
--> Processing Dependency: libexpat.so.0()(64bit) for package: git-1.7.4.1-1.el5.x86_64
--> Processing Dependency: libcurl.so.3()(64bit) for package: git-1.7.4.1-1.el5.x86_64
--> Processing Dependency: libssl.so.6()(64bit) for package: git-1.7.4.1-1.el5.x86_64
---> Package libarchive.x86_64 0:2.8.3-4.el6_2 will be updated
---> Package libarchive.x86_64 0:2.8.4-5.el5 will be an update
---> Package mod_wsgi.x86_64 0:3.2-1.el6 will be updated
---> Package mod_wsgi.x86_64 0:3.2-2.el5 will be an update
--> Processing Dependency: libpython2.4.so.1.0()(64bit) for package: mod_wsgi-3.2-2.el5.x86_64
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be updated
---> Package perl-Git.x86_64 0:1.7.4.1-1.el5 will be an update
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-Git-1.7.4.1-1.el5.x86_64
---> Package python-ethtool.x86_64 0:0.6-1.el6 will be updated
---> Package python-ethtool.x86_64 0:0.6-2.el5 will be an update
--> Processing Dependency: python(abi) = 2.4 for package: python-ethtool-0.6-2.el5.x86_64
--> Running transaction check
---> Package compat-expat1.x86_64 0:1.95.8-8.el6 will be installed
---> Package git.x86_64 0:1.7.4.1-1.el5 will be an update
--> Processing Dependency: libcurl.so.3()(64bit) for package: git-1.7.4.1-1.el5.x86_64
---> Package mod_wsgi.x86_64 0:3.2-2.el5 will be an update
--> Processing Dependency: libpython2.4.so.1.0()(64bit) for package: mod_wsgi-3.2-2.el5.x86_64
---> Package openssl098e.x86_64 0:0.9.8e-17.el6.centos.2 will be installed
---> Package perl-Git.x86_64 0:1.7.4.1-1.el5 will be an update
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-Git-1.7.4.1-1.el5.x86_64
---> Package python-ethtool.x86_64 0:0.6-2.el5 will be an update
--> Processing Dependency: python(abi) = 2.4 for package: python-ethtool-0.6-2.el5.x86_64
--> Finished Dependency Resolution
Error: Package: git-1.7.4.1-1.el5.x86_64 (epel)
           Requires: libcurl.so.3()(64bit)
Error: Package: perl-Git-1.7.4.1-1.el5.x86_64 (epel)
           Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: mod_wsgi-3.2-2.el5.x86_64 (epel)
           Requires: libpython2.4.so.1.0()(64bit)
Error: Package: python-ethtool-0.6-2.el5.x86_64 (epel)
           Requires: python(abi) = 2.4
           Installed: python-2.6.6-29.el6_2.2.x86_64 (@base)
               python(abi) = 2.6
           Available: python26-2.6.8-1.el5.x86_64 (epel)
               python(abi) = 2.6
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
linux centos6 epel mcrypt php-mcrypt
  • 1 个回答
  • 1372 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve