dpkg用管道批量删除deb

dpkg -l |grep deepin|awk '{print $2}'|xargs sudo dpkg -P
原文地址:https://www.cnblogs.com/douzujun/p/10736273.html