linux tips(1) - WBowam/wbowam.github.com GitHub Wiki

Date: 2013-11-08 Title: linux 小技巧(1) Tags: linux Category: IT

1.install local deb packages:

dpkg -i file.deb

uninstall packages installed with dpkg:

```dpkg -r appname`

list packages installed with dpkg:

dpkg --get-selections | grep -v deinstall

⚠️ **GitHub.com Fallback** ⚠️