How to create list of installed packages for remove after testing?
- by Wolf F.
I like to test kmymoney. When trying to install there are a lot of kde packages that are needed by this program. That's ok, I'm using Unity and there are no kde packages installed at this moment. So, when I like to remove all this packages after testing kmymoney, how can I do that?
sudo apt-get install kmymoney >> /some/folder/kmymoney.txt
gives me the output of apt-get, but that's not what I'm looking for. Is there a way to remove this packages properly?
Thanx in advance
W.