apt: really want this command gone
If you want a particular executable command gone from a Devuan GNU+Linux installation, you can run this command. In my example, it's "xdg-desktop-icon."
sudo apt-get autopurge "$( dpkg-query -S "$( readlink -f "$( which xdg-desktop-icon )" )" | awk '{gsub(":","",$1);print $1}' )"
Comments