我正在尝试升级curl,但继续得到这个错误: 包:libcurl-7.50.0-1.1.cf.rhel6.x86_64(CityFan)需要:libnghttp2.so.14()(64bit) 我不知道如何得到这个所需的包? 我正在使用city-fan.org-release-1-13.rhel6.noarch回购
任何人都可以推荐像Mac OS X的apt-get或yum这样的软件包pipe理工具吗? 我已经看到Fink已经将apt-get移植到Mac OS X,这是一个很好的select,还是有更好的select呢?
我有几个与RPM,YUM和CentOS有关的软件包安装相关问题,并安装了GCC: 我在我的CentOS 5.2机器上安装了我的分发媒体,但我似乎无法弄清楚如何在媒体上指出RPM并使用它来代替上网。 我所search的所有例子似乎都假定从互联网上下载RPM。 什么是-ivh开关组合(我猜-i是安装)? 我做了man rpm但开关数和组合吹了我的脑海。 我应该使用YUM而不是RPM?
我正在尝试在RHEL 5.5上通过yum安装xen。 当我在这里浏览回购: http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/ 我可以看到我想要的包。 特别 Xen的3.0.3-105.el5_5.5.src.rpm 直接链接: http : //ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/xen-3.0.3-105.el5_5.5.src.rpm 但是,当我这样做 yum search xen 我明白了 hp-nx_nic-tools.x86_64 : HP NC-Series QLogic user components for Linux driver kernel-xen.x86_64 : The Linux kernel compiled for Xen VM operations kernel-xen-debuginfo.x86_64 : Debug information for package kernel-xen kernel-xen-devel.x86_64 : Development package for building kernel modules to : match the […]
标题几乎总结了它,但我正在寻找一个rpm或yum命令来查看是否安装的软件包是从回购安装(如果回购,回购?),或手动。
当我在centos5服务器上运行yum升级时,我遇到了git问题。 yum upgrade 输出: Resolving Dependencies –> Running transaction check —> Package git.x86_64 0:1.7.11.3-1.el5.rf set to be updated —> Package perl-Git.x86_64 0:1.7.11.3-1.el5.rf set to be updated –> Processing Dependency: perl(SVN::Ra) for package: perl-Git –> Processing Dependency: perl(SVN::Delta) for package: perl-Git –> Processing Dependency: perl(SVN::Client) for package: perl-Git –> Processing Dependency: perl(YAML::Any) for package: perl-Git –> […]
我以前用openssl10replace了我的centos中的openssl,使用类似下面的指令 : rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/… …x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm yum install yum-plugin-replace # Edit /etc/yum.repos.d/ius-archive.repo and # enable the ius-archive repo by changing enabled=0 to enabled=1. yum replace openssl –replace-with openssl10 然后,当我做一般的yum update我得到错误,因为openssl,所以而是我做的: yum update -x openssl -x postfix 这似乎工作正常,但实际上,我不能再通过SSH重新连接到框: me@local $ ssh -S none root@the_server ssh_exchange_identification: Connection closed by remote host 任何想法如何从这种情况下恢复? 编辑:当我在服务器上运行sshd (我仍然有一个打开的连接),我得到以下错误: ssh: relocation error: […]
我试图在AWS EC2服务器上安装php-devel ,这样我就可以编译一个PHP扩展。 但我得到一个conflits错误。 – >处理冲突:httpd24-2.4.10-1.59.amzn1.x86_64冲突httpd <2.4.10 – >处理冲突:httpd24-tools-2.4.10-1.59.amzn1.x86_64冲突httpd-tools <2.4.10 – >完成依赖关系解决scheme 错误:httpd24工具与httpd-tools-2.2.27-1.3.amzn1.x86_64冲突 错误:httpd24与httpd-2.2.27-1.3.amzn1.x86_64冲突 你可以尝试使用–skip-broken来解决这个问题 你可以试试运行:rpm -Va –nofiles –nodigest 看起来像是要我把httpd24降级到2.2,但为了让SSL正常工作,我必须在几个月前更改为2.4。 我是一个在Linux服务器pipe理员noob,任何人都可以帮我吗? 谢谢 版本 操作系统:Amazon Linux 2013.3 PHP版本:5.4.26 httpd版本:2.4.10 命令: yum install –enablerepo=remi php-devel Remi repo正在http://rpms.famillecollet.com/enterprise/6/ PS:我在choon.netfind了一个好像没问题的文件,但是我真的不知道我是否可以毫无危险地安装它。 http://choonrpms.choon.net/centos/6/choonrpms-php-5.4/x86_64/php-devel-5.4.26-1.choon.centos6.x86_64.rpm
在configurationEPEL存储库时无法更新CentOS 6.7系统。 [epel] name=Extra Packages for Enterprise Linux 6 – $basearch mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 failovermethod=priority 我得到一个连接到mirrors.fedoraproject.org的证书错误。 我运行了启用了url grabber的yum命令,我看到我的系统没有CA来validation来自mirrors.fedoraproject.org的证书。 $ URLGRABBER_DEBUG=1 yum check-update 2015-12-17 14:05:00,510 attempt 1/10: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64 INFO:urlgrabber:attempt 1/10: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64 * About to connect() to mirrors.fedoraproject.org port 443 (#0) * Trying 140.211.169.206… * connected * Connected to mirrors.fedoraproject.org (140.211.169.206) port 443 (#0) * Initializing […]
我有一个服务器,我用作百胜的reposerver。 我镜像了所有我想要的软件包,并在不同的文件夹中添加了额外的软件包。 我用createrepo命令创build了多个回购站。 现在有多个级别的文件夹与repodata /文件夹。 我的问题是:有没有办法通过每个文件夹递减,并得到每个回购每个包的所有校验和数据?