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
* RHEL 7 uses yum but is end of life (2024-06-30)
* RHEL 8/9 uses dnf instead of yum and localinstall is just an
alias for install. Yum/dnf accepts local files and package
names with install since RHEL 6, localinstall is deprecated
and removed in Fedora.
* use uname -m (uname -p returns unknown instead of e.g. x86_64)
0 commit comments