most people don't run dselect. apt-get is the utility of choice for some. here is a small guide. add deb location and woody/potato to /etc/apt/sources.list type apt-get update for a list of packages type apt-get install program-name to install a program type apt-get remove program-name to remove a program type apt-cache search substring to search for packages type apt-cache show package-name to show info about a package apt-get upgrade to get all the latest ones

unlike dselect, apt doesn't fool with all the suggested packages and just gets the ones you need

Chercher les paquets avec ldap dans le nom apt-cache search ldap
Ca marche meme avec le texte compris dans la description du paquet Puis apt-cache show nom_du_paquet pour avoir les infos sur le paquet dedans.

<mazeone> how do i take all packages off hold? <alm> mazeone: dpkg --get-selections|sed 's/hold/install/'|dpkg

--set-selections

"Il faut donc à la main installer les paquets recommandés par lyx, que tu trouveras avec :

apt-cache show lyx | egrep '^Recommends:' "