dpkg
- install .deb
$ dpkg -i *.deb
- check intalled .deb package
$dpkg --get-selections | grep <pkgName>
- remove .deb
* If it is installed through a deb file, it should be removed in order according to dependencies.
$ dpkg -P <pkgName>-dev
$ dpkg -P <pkgName>-dbg
$ dpkg -P <pkgName>
#dpkg #deb #install #remove #package #linux #embedded
No comments:
Post a Comment