no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:aptitude_undo [2017/12/03 12:26] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Aptitude Undo Operation ====== | ||
+ | While in the Aptitude interactive mode, what can you do to undo an accidentally operation. For e.g. a press of the minus key on a large package group! | ||
+ | |||
+ | <code bash> | ||
+ | # First Quit aptitude interface | ||
+ | # | ||
+ | # Backup current pkgstates file | ||
+ | cp / | ||
+ | # | ||
+ | # Replace with copy | ||
+ | cp / | ||
+ | </ | ||