Monday, June 22, 2009

dpkg-query

maklumlah, sekarang saya jadi mudah lupa. ga tahu kenapa? perintah-perintah yg berhubungan dengan paket aplikasi GNU/Linux saja sering lupa, khususnya Debian/Ubuntu. jadi setiap kalo mau mencari2 sesuatu tentang paket aplkasi harus lihat manual atau sering tanya ke google, akhirnya saya posting saja biar nyarinya gampang.

Query files of the package
dpkg-query -L package
dpkg -l
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: