Answers for "how to delete all installation on centos 7"

1

how to remove installation from cent os

yum autoremove [package_name]
Posted by: Guest on June-09-2020
0

cent os 8 delete all packages

# yum history list|awk '$1 ~ /[0-9]+/ {print $1}'| while read a; do yum history undo -y $a; done
Posted by: Guest on June-05-2021

Code answers related to "how to delete all installation on centos 7"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language