Are there any methods to install apcupsd at CentOS not using EPEL?

Issues related to applications and software problems
Post Reply
crystal
Posts: 1
Joined: 2017/06/08 06:25:20

Are there any methods to install apcupsd at CentOS not using EPEL?

Post by crystal » 2017/06/08 07:46:15

Hi. I'm trying to install apcupsd package at CentOS 6.9. But I found that the EPEL 6 no longer support apcupsd package.
So I'm wondering is there any other methods to install apcupsd package at CentOS 6.9 not using EPEL. Thanks.

oelk
Posts: 4
Joined: 2016/09/28 12:04:13

Re: Are there any methods to install apcupsd at CentOS not using EPEL?

Post by oelk » 2017/07/05 20:31:27

Hi crystal,
i found that also and i got
'rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm'
from
http://repoforge.org/use/

Code: Select all

cp /mnt/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm /tmp
rpm -ivh /tmp/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y install apcupsd
I can install it here in a VM, but test it on real hardware tommorrow.

Best regards

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Are there any methods to install apcupsd at CentOS not using EPEL?

Post by TrevorH » 2017/07/05 21:06:52

Please don't use rpmforge. It's a dead project and the repo has packages in it that have had no updates for more than 4 years. This means that many of them have unfixed security problems...

EPEL may be annoying as they removed the package but it does at least mean that they're not shipping something out of date and vulnerable.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply