【dpkg】只能安装本地已经存在了的软件包,不会自动去internet下载;还有就是不会检查软件包之间的依赖关系!!
dpkg -i<软件名字>
dpkg -r<软件名字>
dpkg -P(大写)<软件名字>
dpkg -L<软件名字>
dpkg -s<软件名字>
dpkg -reconfigure<软件名字>
【apt】
[apt-get]管理软件包
apt-get update
apt-get upgrade
apt-get install
apt-get
apt-get remove
apt-get --purge remove
apt-get autoremove
apt-get source
apt-get dep
apt-get dist-upgrade
apt-get dselsct-upgrade
apt-get clean
apt-get autoclean
apt-get check
apt-get -f install
[apt-cache]
apt-cache pkgname
apt-cache stats
apt-cache search
apt-cache show
apt-cache showpkg
apt-cache policy
apt-cache depends
apt-cache rdepends