Here are the tips of useful commands of "dpkg".
// Search the package
$dpkg -l 'firefox*'
//Search installed package
$dpkg -l | grep firerox
//List up the files install by the package
$dpkg -L firefox
//Search the package from the specific file
$dpkg -S mozilla-firefox.png
//Aquire the complete information of the packageThose commands are often needed but often forgotten...
$dpkg -s firefox
No comments:
Post a Comment