linux:apt
Table of Contents
APT
context
dit document verzamelt informatie rond het commando apt
commando's
| werking | commando | voorbeeld |
|---|---|---|
| overzicht van geinstalleerde software | apt list –installed | |
| informatie over bepaalde pakket | apt-cache show | apt-cache show libpam-modules |
| nakijken tot welk pakket een bestand behoort | dpkg -S <full path to file> | dpkg -S /bin/su |
| changelog nakijken | apt changelog <pkg> | apt changlog forensics-all |
| kijken welke betanden in (niet geïnstalleerde) rpm zitten. apt-file moet wel geïnstalleerd worden! | apt-file list <pkg> | apt-file list nmap |
| nakijken in welk rpm een bepaald bestand/string zit | apt-file search <binary> | apt-file search strings |
meer info
voeg hier linken toe naar verdere uitleg
linux/apt.txt · Last modified: by 127.0.0.1

