Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/90c11f95d7609be8c968f8dbe6bedd9a to your computer and use it in GitHub Desktop.
Save dacr/90c11f95d7609be8c968f8dbe6bedd9a to your computer and use it in GitHub Desktop.
debian cheat sheet / published by https://github.com/dacr/code-examples-manager #954ddc67-f778-48c9-a124-605f50698139/8249ce93573dbe45be35779952e25260095fca87

debian cheat sheet

package installation

For example 3 ways to install microsoft teams on debian based linux distribution :

apt-get install -f ~dcr/Downloads/teams_1.3.00.30857_amd64.deb
apt install ~dcr/Downloads/teams_1.3.00.30857_amd64.deb
dpkg -i ~dcr/Downloads/teams_1.3.00.30857_amd64.deb

get the package whose file is belonging to

dpkg -S /usr/bin/passwd

get package information

apt-cache show apache2-bin

list package files

dpkg-query -L elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment