mirror of
https://github.com/TrentSPalmer/trentdocs_website.git
synced 2025-07-30 21:01:37 -07:00
new file: docs/stupid_package_manager_tricks.md
This commit is contained in:
@ -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)
|
||||
|
13
docs/stupid_package_manager_tricks.md
Normal file
13
docs/stupid_package_manager_tricks.md
Normal 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>`
|
Reference in New Issue
Block a user