Jeff Abrahamson on 30 Jun 2006 13:04:58 -0000 |
I've noticed that "apt-get remove" doesn't always remove everything. Configuration files are reasonable if I have modified them, but, for example, it sometimes leaves cron jobs behind. Here's an example: jeff@astra:~ $ dpkg -l uucp Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ rc uucp 1.07-17 Unix to Unix Copy Program jeff@astra:~ $ for f in $(dpkg -L uucp); do if [ -e $f ]; then echo $f; fi; done /etc/uucp/Poll /etc/uucp/expire /etc/logrotate.d/uucp /etc/pam.d/uucp /etc/cron.d/uucp /var/log/uucp /var/spool/uucp jeff@astra:~ $ I haven't been able to determine if this is intended behavior or a package bug against which I should file a bug report. Anyone know what's intended? -- Jeff Jeff Abrahamson <http://jeff.purple.com/> +1 215/837-2287 GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|