Sunday, August 26, 2007
manage debian packages
similar to rpm / yum in others
dpkg -s -- get basic package information
dpkg -L -- list all files in a package
dpkg -S -- which package owns this file
dpkg -l -- list installed packages
dpkg -l 'linux*'
dpkg -i *.deb -- install deb
apt-get install / remove / update / upgrade
There's another one called wajig, not exploring since above is good enough for me
dpkg -s
dpkg -L
dpkg -S
dpkg -l -- list installed packages
dpkg -l 'linux*'
dpkg -i *.deb -- install deb
apt-get install / remove / update / upgrade
There's another one called wajig, not exploring since above is good enough for me