Skip to content
tulpar edited this page Apr 13, 2015 · 1 revision

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

Clone this wiki locally