Page 1 of 1

[SOLVED] Drakrpm History

PostPosted: Sep 17th, '13, 09:17
by mese79
Hi
Is it possible to undo(uninstall) latest installed packages via drakrpm? or is there any command for it?
How could i get package installation history like synaptics?

Re: Drakrpm History

PostPosted: Sep 17th, '13, 11:09
by Lebarhon
Hi,
In a console, you can list the packages sorted by installation time, most recent first, with the command
Code: Select all
 $ rpm -qa --last |more

and then, uninstall them in the MCC or with the command urpme.

Re: Drakrpm History

PostPosted: Sep 17th, '13, 20:55
by mese79
Thanks!