whatis dpkg
dpkg -S `which ls`
which ls
dpkg -S /bin/ls
dpkg -s coreutils
apt-cache show coreutils | head -10
# List packages by name
dpkg -l coreutils
# List packages files
dpkg -L coreutils | grep -i "^/bin/ls" -A3
dpkg -l | wc -l
dpkg -l > pkglist.test
head pkglist.test
ipynb
format: https://github.com/ravexina/linux-notes. html
exports of project available at: https://ravexina.github.io/linux-notes.Linux Notes by Milad As (Ravexina) is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.