Wojtek Jamrozy blog

Wojtek Jamrozy blog

Website construction in progress

Browsed by
Tag: purging

[Ubuntu] Packages auto-purging script

[Ubuntu] Packages auto-purging script

August 11, 2009 admin Comments 0 Comment

Here is my script for auto-purging of removed packages (the script deletes remaining configuration files of package) in Ubuntu: #!/bin/sh for i in `dpkg -l | grep ^rc | cut -f 3 -d ‘ ‘` do dpkg -P $i; done#!/bin/sh for i in `dpkg -l | grep ^rc | cut -f 3 -d ‘ ‘` do dpkg -P $i; done

Categories

  • AI
  • Algorithms
  • Bash
  • C++
  • Django
  • Freebsd
  • Haskell
  • Image Processing
  • Java
  • Linux
  • Matlab
  • Misc
  • Perl
  • PHP
  • Python
  • Scheme
  • SQL
  • Ubuntu
  • Uncategorized

Tags

algorithm algorithms archiver astrid Asus bash bible C++ code commands file manipulation hard drive Java Linux music packages partition password generator Perl perl 5.10 PHP piano post script privacy productivity programming contest ps pulp fiction purging Python Queen raw image regular expressions Scheme script text file Threads time optimization Ubuntu ubuntu 10.04 ufs updater upgrade variable web storage

Recent Posts

  • Gentle Alarm – student project
  • [Ubuntu] Converting CR2 to JPG
  • [GTD] Astrid – excelent tool for Getting Things Done methodology
  • [Facebook] See what have you posted on Facebook!
  • 3D Driving Simulator on Google Maps
© 2023 | Proudly Powered by WordPress | Theme: Nisarg