new file: docs/stupid_package_manager_tricks.md

This commit is contained in:
2018-02-09 21:11:03 -08:00
parent 4ed2aba56a
commit b752c45a62
25 changed files with 395 additions and 20 deletions

View File

@ -18,6 +18,7 @@ Obviously, the commit history will reflect the time when these documents are wri
* [Misc Tips, Trouble Shooting](misc_tips_troubleshooting.md)
* [Self Signed Certs](self_signed_certs.md)
* [Selfoss on Centos7](selfoss_on_centos7.md)
* [Stupid Package Manager Tricks](stupid_package_manager_tricks.md)
<!---
* [Template](Template.md)

View File

@ -0,0 +1,13 @@
# Stupid Package Manager Tricks
## apt, apt-get ,aptitude, dpkg
Wait what was that list of suggested packages?
`apt-cache depends <package>`
or
`apt-cache depends <package> | grep -i Suggests`
What versions of a package are available, (based on currently configured repositories)?
`apt-cache madison <package>`