The installer for the Easy Installation on Native Ubuntu System is running into issues.
WARN[1850] first failed state comment="One or more requisite failed: sift.scripts.keydet-tools.sift-scripts-keydet-tools-git" component=installer run_num=554 sls=sift.scripts.keydet-tools
INFO[1850] statistics component=installer failed=317 success=502 total=819
INFO[1850] salt-call completed but had failed states component=installer
FATA[1850] salt-call completed but had failed states
It seems parts of the installation are trying to install noble packages, leading to dependency issues when trying to install other tools.
Example from /etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Example error while trying to install git:
sudo apt install -y python3-pip git
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pip is already the newest version (24.0+dfsg-1ubuntu1.3).
python3-pip set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcurl3t64-gnutls : Depends: libgnutls30t64 (>= 3.8.2) but it is not going to be installed
The installer for the Easy Installation on Native Ubuntu System is running into issues.
It seems parts of the installation are trying to install noble packages, leading to dependency issues when trying to install other tools.
Example from /etc/apt/sources.list.d/ubuntu.sources
Example error while trying to install git: