我有一些CentOS 5.x服务器,通过yum每晚自动更新。 来自这些主机的根邮箱被转发到一个中央地址,所以如果安装了新的更新,我可以在电子邮件中看到。 这不是一个非常灵活的解决scheme… 有没有开源解决scheme来集中跟踪YUM更新或RPM安装? 就像一个收集更新历史logging并通过单个Web服务提供的数据库一样。 RHEL和up2date为这个IIRC提供了一个在线解决scheme,但是对于免费的RHEL衍生发行版还有什么?
我如何在CentOS服务器上安装glibc? 我做了: yum install glibc-devel 但它告诉我,版本glibc 2.15被安装。 不过,我需要有版本2.17。
我试图让我的异地备份服务器保持最新,所以我运行了一个更新,我得到依赖问题。 我不知道如何继续。 以下是来自YUM的输出。 [root@localhost philosophy-admin]# yum update –skip-broken Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * Webmin: webmin.mirror.somersettechsolutions.co.uk * base: mirror.mhd.uk.as44574.net * epel: mirror.bytemark.co.uk * extras: mirror.mhd.uk.as44574.net * updates: mirror.mhd.uk.as44574.net Setting up Update Process Resolving Dependencies –> Running transaction check —> Package TurboGears2.noarch 0:2.1-0.1.b2.el5 set to be updated –> Processing Dependency: python(abi) = […]
我一直在尝试在Linux服务器上升级PHP。 使用本页给出的说明,我运行这个命令: sudo yum remove php php-cli php-common php-devel php-gd php-mbstring 不知何故,自从我跑了,似乎已经从服务器上删除了sudo和yum。 现在如果我做sudo或yum我得到错误:命令未find。 我怎样才能把这些添加回来? 注意:我使用的是centos
我试图在服务器上安装iperf3来运行一些testing…不幸的是,我不能。 我需要做什么? 使用wget启用回购或下载rpm文件? [root@localhost hodor]# yum install iperf3 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.otenet.gr * extras: ftp.otenet.gr * updates: ftp.otenet.gr No package iperf3 available. Error: Nothing to do
我有一个EC2实例,我正在尝试更新所有软件包。 但问题是,当我执行“百胜更新”它显示的消息: Transaction Check Error: file /usr/lib64/perl5/vendor_perl/Cwd.pm conflicts between attempted installs of perl-Cwd-2.21-1.2.el6.rf.x86_64 and perl-PathTools-3.40-3.4.amzn1.x86_64 file /usr/lib64/perl5/vendor_perl/auto/Cwd/Cwd.so conflicts between attempted installs of perl-Cwd-2.21-1.2.el6.rf.x86_64 and perl-PathTools-3.40-3.4.amzn1.x86_64 file /usr/share/man/man3/Cwd.3pm.gz conflicts between attempted installs of perl-Cwd-2.21-1.2.el6.rf.x86_64 and perl-PathTools-3.40-3.4.amzn1.x86_64 我的Linux版本是:3.4.48-45.46.amzn1.x86_64 Red Hat 4.6.3-2 我试图从更新中排除“perl”,但问题是nginx需要这个perl更新。 任何帮助如何处理这个? 提前致谢!
当试图在yum上安装或更新任何东西的时候,我会得到一个require的列表, Loaded plugins: downloadonly, fastestmirror Setting up Update Process Determining fastest mirrors epel/metalink | 14 kB 00:00 * epel: mirrors.mit.edu base | 3.7 kB 00:00 base/primary_db | 4.6 MB 00:00 epel | 4.4 kB 00:00 epel/primary_db | 3.9 MB 00:00 extras | 3.4 kB 00:00 extras/primary_db | 30 kB 00:00 updates | 3.4 kB 00:00 […]
鉴于以下输出,build议先尝试什么? 这是一个CentOS 5.3盒子(通过yum升级到5.2)作为一个小型的开发服务器运行。 我一般对* nix感到满意,但依赖性追逐让我有时感到困惑。 所以这次我在追求帮助之前, 从今天的“yum更新”输出: Setting up Update Process Resolving Dependencies –> Running transaction check —> Package perl-Net-SSLeay.i386 0:1.35-1.el5.rf set to be updated —> Package perl-IO-Socket-SSL.noarch 0:1.26-1.el5.rf set to be updated —> Package perl-Net-DNS.i386 0:0.65-1.el5.rf set to be updated —> Package perl-Package-Constants.noarch 0:0.02-1.el5.rf set to be updated —> Package perl-IO-Compress.noarch 0:2.020-1.el5.rf set to […]
我安装了Python 2.7并将/usr/bin/python指向/usr/local/bin/python2.7 安装Python 2.7后,每次使用yum都会收到以下错误消息 > sudo yum install setuptools There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above […]
我想在CentOS 5.5上更新我的emacs到23,但我找不到任何rpms或yum回购有吗?