github flox/flox v1.11.4

latest releases: v1.13.0, v1.12.2, v1.12.1...
2 months ago

This release is a hotfix for an expired package signing key with no other changes. If you see the following error when running sudo apt update or sudo dnf check-update, you can install the latest package directly to resolve it:

The following signatures were invalid: EXPKEYSIG 17C4AE797B819BF4 Flox Security (release signing key) <security@flox.dev>

Debian/Ubuntu (DEB):

# For x86_64:
curl -fsSL -O https://downloads.flox.dev/by-env/stable/deb/flox-1.11.4.x86_64-linux.deb
sudo dpkg -i flox-1.11.4.x86_64-linux.deb
# For aarch64 (ARM):
curl -fsSL -O https://downloads.flox.dev/by-env/stable/deb/flox-1.11.4.aarch64-linux.deb
sudo dpkg -i flox-1.11.4.aarch64-linux.deb

Fedora/RHEL/Rocky (RPM):

First, find and remove the expired Flox signing key:

rpm -e gpg-pubkey-d89ee7d68a1ba21f4bf9a8f517c4ae797b819bf4-661ed2e2

Note

This may return error: package gpg-pubkey-d89ee7d68a1ba21f4bf9a8f517c4ae797b819bf4-661ed2e2 is not installed; that message is expected and does not indicate a failure

Then import the updated signing key:

rpm --import https://downloads.flox.dev/by-env/stable/rpm/flox-archive-keyring.asc

Then update Flox:

dnf update flox

Once installed, sudo apt update and sudo dnf check-update will no longer produce this error. If you have any issues or questions, you can reach us on our community slack.

Download Links

Don't miss a new flox release

NewReleases is sending notifications on new releases.