marmar24012 / Bash-Scripts

A Cumulative Of Bash Scripts Made To Make My Job Easier
0 stars 0 forks source link

Prevent podman from updating as latest version hasn’t been compatible with Soft APP modules. #27

Open marmar24012 opened 2 weeks ago

marmar24012 commented 2 weeks ago

podman --version podman ps -a # As env user yum list podman rpm -qa | grep podman

dnf module list dnf module list | grep podman dnf module list container-tools dnf module reset container-tools dnf module install container-tools:4.0 # Be careful on PROD servers dnf module list | grep "[e]" | grep "[i]"