Issue
How to roll back installed package(s) update?
Environment
- CloudLinux
Solution
- Locate the transaction ID for the update:
yum history info - Double check if this is the correct ID:
yum history info xxx - Rollback this update:
Whereyum history undo xxxxxxis the yum transaction ID from step #1
Comments
0 comments
Please sign in to leave a comment.