|
2007-12-19
, 13:01
|
|
Posts: 241 |
Thanked: 74 times |
Joined on Jul 2007
|
#22
|
The clean way to get the list of installed package and transfer the list to another machine and install this list is with this:
dpkg --get-selections > list.txt
then to sync the list on another device:
dpkg --set-selections < list.txt
Yes, in theory it's as easy as this
|
2008-02-01
, 00:19
|
|
Posts: 197 |
Thanked: 39 times |
Joined on Jan 2008
@ Long Island
|
#23
|
|
2008-02-01
, 09:24
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#24
|
Yes, in theory it's as easy as this
After activating the red pill mode, the following additional settings are available in "Tools > Settings".
*
Clean apt cache
If activated, the equivalent of "apt-get clean" is performed after every install or update. (This is the behavior for blue-pill mode.)
Which as I just went into red pill mode and checked, this was turned on (which I turned off) and I will now install something and see if it sticks which I am sure it will.
Thanks!
-John