Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 410 Bytes

ubuntu.md

File metadata and controls

15 lines (11 loc) · 410 Bytes

Packages

apt list              # all available
apt list --installed

apt-get update        # usually need this in container before install will work
apt-get install {pkg}
dpkg-query -L {pkg}   # list files of installed package
apt-file list {pkg}   # list files of NOT installed package

dpkg -S /bin/ls       # which package provides command at exact path
dpkg -S */ls          # ... any location