News

Since this command-not-found functionality is handled by a bash function, you can of course replace the system installed function (if one exists on your system) with one of your own design.
This is an optimization for multi-arch systems, by default if there is "bash:amd64" and "bash:i386" on an amd64 multi-arch systems we will not store "bash:i386" in the DB at all and will store ...
Bug description Trying to run Podman Desktop per these instructions generates an error: $ flatpak run `io.podman_desktop.PodmanDesktop` bash: io.podman_desktop.PodmanDesktop: command not found ...