Reset CentOS to Factory Default

Reset CentOS to Factory Default

# Get all yum commands previously run
yum history list all
# Get the details of the command
yum history info [entry number]
# Undo each command top-down
yum history undo [entry number]

Leave a Reply

Your email address will not be published. Required fields are marked *