7 Responses

  1. vibhu
    vibhu 3 May, 2008 at 3:28 am |

    Q1. where are the apps installed from ?
    Q2. how would you say install mp3 decoder ?

  2. Steve
    Steve 15 May, 2008 at 11:04 pm |

    How do you deal with packages that require input from the user, such as NIS or LDAP or SAMBA, which often prompt you for usernames, port numbers, passwords, server addresses, etc. ?

  3. mike
    mike 29 November, 2008 at 9:20 pm |

    Or you can make a dump of all installed packages:
    dpkg –get-selections > packages
    Copy this file to usbstick or somewhere else. After basic installation copy the file to your home dir and issue the following commands:
    dpkg -set-selections < packages
    apt-get dselect-upgrade

    read more tips on my lens i made on squidoo

    http://www.squidoo.com/linux-tips-and-tricks

  4. Carl
    Carl 29 November, 2008 at 11:06 pm |

    @Mike, Awesome, I meant to look up that command for a while but kept forgetting.

  5. zcat
    zcat 30 November, 2008 at 2:20 am |

    Ummmm.. you needed a ‘script’ for this? It’s a one-liner!

    “apt-get install -y `grep -v^# ` packages.txt | cut -f1 -d’ ‘”

    Mike; good tip. I keep forgetting how to get the list of packages though ;)

Leave a Reply