You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install on a freshly installed Alma 9.5 server (actually the server was installed using 9.4 image and then immediately dnf-ugpraded but it shouldn't matter.
When I run the installer it runs OK up until the "Install recommended packages (AlmaLinux,Rocky)" step when it fails.
TASK [Install recommended packages (AlmaLinux, Rocky)] ***************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "failures": ["No package exa available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
PLAY RECAP ***********************************************************************************************************************************************************************************
127.0.0.1 : ok=9 changed=3 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
### Something went wrong with the Playbook, please review the output and / or install_tpot.log for clues.
### Aborting.
There seem to be no available exa package for Alma (no eza neither).
$ sudo dnf info exa
Last metadata expiration check: 0:01:48 ago on Thu Jan 30 15:13:27 2025.
Error: No matching Packages to list
$ sudo dnf info eza
Last metadata expiration check: 0:01:52 ago on Thu Jan 30 15:13:27 2025.
Error: No matching Packages to list
$ cat /etc/os-release
NAME="AlmaLinux"
VERSION="9.5 (Teal Serval)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.5"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.5 (Teal Serval)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.5"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.5"
SUPPORT_END=2032-06-01
$ sudo dnf info epel-release
Last metadata expiration check: 0:03:02 ago on Thu Jan 30 15:13:27 2025.
Installed Packages
Name : epel-release
Version : 9
Release : 9.el9
Architecture : noarch
Size : 26 k
Source : epel-release-9-9.el9.src.rpm
Repository : @System
From repo : extras
Summary : Extra Packages for Enterprise Linux repository configuration
URL : http://download.fedoraproject.org/pub/epel
License : GPLv2
Description : This package contains the Extra Packages for Enterprise Linux (EPEL) repository
: GPG key as well as configuration for yum.
$ cat version
24.04.1
The text was updated successfully, but these errors were encountered:
It seems Alma and Rocky have removed eza from its repositories. If not reinstated by the end of the weekend we will be adjusting the installer by removing exa / eza support for all supported distributions.
commenting out the lines related to exa / eza in the. yml located at /home/user/tpotce/installer/install/tpot.yml worked for me. It installed fully and ran fine. Ubuntu 20.04.6 LTS
Trying to install on a freshly installed Alma 9.5 server (actually the server was installed using 9.4 image and then immediately dnf-ugpraded but it shouldn't matter.
When I run the installer it runs OK up until the "Install recommended packages (AlmaLinux,Rocky)" step when it fails.
There seem to be no available exa package for Alma (no eza neither).
The text was updated successfully, but these errors were encountered: