Replies: 3 comments 1 reply
-
|
Hi @wassafr can you share the output when using |
Beta Was this translation helpful? Give feedback.
0 replies
-
sudo perl glpi-agent-1.17-linux-installer.pl --verbose
Found distro: Unknown Linux distribution
Not supported linux distributionAnd if it can help : cat /etc/amazon-linux-release
Amazon Linux release 2023 (Amazon Linux)
cat /etc/os-release
NAME="Amazon Linux"
VERSION="2023"
ID="amzn"
ID_LIKE="fedora"
VERSION_ID="2023"
PLATFORM_ID="platform:al2023"
PRETTY_NAME="Amazon Linux 2023"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2023"
HOME_URL="https://aws.amazon.com/linux/"
BUG_REPORT_URL="https://github.com/amazonlinux/amazon-linux-2023"
SUPPORT_END="2028-03-15" |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Here it is: sudo perl glpi-agent-1.17-linux-installer.pl --verbose --force --distro=Fedora
Found distro: Unknown Linux distribution
Running on linux distro: \S : Fedora : unknown version...
Installing glpi-agent v1.17...
Trying to install glpi-agent v1.17-1 on \S release (Fedora:unknown version)...
Extracting glpi-agent-1.17-1.noarch.rpm ...
Trying to also install dmidecode ...
Running: dnf -y install --setopt=localpkg_gpgcheck=0 dmidecode glpi-agent-1.17-1.noarch.rpm
Amazon Linux 2023 repository 27 kB/s | 3.6 kB 00:00
Amazon Linux 2023 Kernel Livepatch repository 23 kB/s | 2.9 kB 00:00
Error:
Problem: conflicting requests
- nothing provides perl(Net::IP) needed by glpi-agent-1.17-1.noarch
- nothing provides perl(Proc::Daemon) needed by glpi-agent-1.17-1.noarch
(try to add '--skip-broken' to skip uninstallable packages)
Failed to install glpi-agent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your idea
Trying to install GLPI agent from the Perl installer gives error Not supported linux distribution.
Although we successfully installed the AppImage version, it would be better to have a Amazon linux compatible perl installer as we are using Ansible to deploy the agent to our servers and almost all of our servers are supported by the perl installer.
Beta Was this translation helpful? Give feedback.
All reactions