Hanspeter Spalinger <[EMAIL PROTECTED]> writes: > I think something like a list with all installed Software, which i > can restore by telling Fink, that it schould try to install all > items on the list. [...] > Of course I can run a script, installing a bunch of > files (via the terminal and the apt-get command) but how can I create > such a list/script?
"dpkg --get-selections" gives you such a list, which you can feed to "dpkg --set-selections", and then "apt-get dselect-upgrade" should install the packages. I don't know how this interacts with Fink, though; if you need to build some packages yourself, apt-get will of course not do it. -- Jouni K Sepp�nen ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
