command_not_found_handle() {
local pkgs
readarray pkgs < <(dnf rq --whatprovides "$1" -C --qf '%{name}\n' 2>/dev/null | sed '/^$/d' | sort -uVr)
if (( ! "${#pkgs[@]}" )); then
echo >&2 'Command not found and no package provides it according to the dnf cache'
return
fi
echo >&2 'Command not found, but offered via the following command(s):'
pkgs=("${pkgs[@]/#/ dnf install }")
echo >&2 " ${pkgs[@]}"
} docker run user/image:tag -it --rm bash -li
Also, zshdb, bashdb, and shellcheck are good stuff™ too.
MAANG companies (excluding N) are requiring relocation and RTO (hybrid, near an office). Also, their tone has shifted to where their recruiters feel like they hold a monopoly on in the business relationship power dynamic.
Perhaps shrinking corporate real estate holdings of properties and lease should be prioritized over burdening employees with additional relocation, commuting, and housing costs.