Re: reconfigure ALL packages

2001-03-13 Thread Steve Cooper
Doesn't dpkg -l truncate long package names? If so the commands below will fail on a small percentage of packages. Does anyone know a way to list packages and see the full name? Cheers, Steve Cooper Steeve Lennmark wrote: > I don't know if there's an command to do that, but this'll probably wo

RE: reconfigure ALL packages

2001-03-09 Thread Steeve Lennmark
I don't know if there's an command to do that, but this'll probably work. dpkg -l | awk '{print $2}' | xargs dpkg-reconfigure // Steeve. > -Original Message- > From: Matheson Cameron [mailto:[EMAIL PROTECTED] > Sent: den 8 mars 2001 23:27 > To: Debian User List > Subject: reconfigure ALL

Re: reconfigure ALL packages

2001-03-08 Thread Thomas Weinbrenner
Matheson Cameron <[EMAIL PROTECTED]> wrote: > i was just wondering the command to re-configure every > package (i screwed my debian up bad) dpkg-reconfigure --all -- Thomas Weinbrenner