I try to install GLPI agent 1.5 (same result with 1.4) from
[
https://github.com/glpi-project/glpi-agent/releases] on oVirt 4.5 nodes. I get this
error:
dnf install glpi-agent-1.5-1.noarch.rpm
Last metadata expiration check: 2:18:03 ago on Tue 05 Sep 2023 12:25:28 PM CEST.
Error:
Problem: conflicting requests
- nothing provides perl(IO::Socket::SSL) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(base) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(File::Find) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(lib) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Time::HiRes) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(threads) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(English) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(threads::shared) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Net::SSLeay) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(URI::Escape) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Digest::SHA) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(HTTP::Request) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(HTTP::Status) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(LWP::UserAgent) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Sys::Syslog) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(URI) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Compress::Zlib) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(LWP::Protocol::https) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(XML::LibXML) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(File::Which) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(HTTP::Headers) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(LWP) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Net::Domain) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(HTTP::Cookies) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Net::hostent) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Text::Template) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Net::HTTPS) needed by glpi-agent-1.5-1.noarch
- nothing provides perl(Thread::Semaphore) needed by glpi-agent-1.5-1.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)
I can't install the perl modules via dnf install on theses node. I guess is due to the
restricted repost :
# dnf repolist
repo id
repo name
centos-ovirt45
CentOS Stream 9 - oVirt 4.5
centos-ovirt45-debug
CentOS Stream 9 - oVirt 4.5 - Debug
centos-ovirt45-source
CentOS Stream 9 - oVirt 4.5 - Source
crb
CentOS Stream 9 - CRB
epel
Extra Packages for Enterprise Linux 9 - x86_64
epel-cisco-openh264
Extra Packages for Enterprise Linux 9 openh264 (From Cisco) -
x86_64
onn-baseos
oVirt Node Optional packages from CentOS Stream 9 - BaseOS
onn-sap
oVirt Node Optional packages from CentOS Stream 9 - SAP
ovirt-45-upstream
oVirt upstream for CentOS Stream 9 - oVirt 4.5
But I wonder if I can, without risk for my oVirt installation, add new repo ? Any advices
?
Thank's