Query files of the package
dpkg-query -L package
apt-get install package
Remove package (append -s before remove to test)
apt-get remove package
Remove package cleanly (append -s before remove to test)
apt-get --purge package
Query which package own a file
dpkg -S file
Info about package file (deb)
dpkg-deb -I /var/cache/apt/archives/libasound2_1.0.8-3_i386.deb
List contents of package file (deb)
dpkg-deb -c /var/cache/apt/archives/libasound2_1.0.8-3_i386.deb
mudah2an tidak mudah lupa lagi hehehe...
No comments:
Post a Comment