DATA CARD
dpkg.remove.uninstall.package.command
data2
: data
http://www.cyberciti.biz/faq/howto-delete-remove-software-using-apt-get-command/
For example remove package called mplayer, enter:
$ sudo apt-get remove mplayer
Remove package called lighttpd along with all configuration
files, enter:
$ sudo apt-get --purge remove lighttpd