Skip to content

Instantly share code, notes, and snippets.

@misTrasteos
Created February 25, 2022 07:29
Show Gist options
  • Save misTrasteos/b297ff15b4fffa2bf707c39b3660df98 to your computer and use it in GitHub Desktop.
Save misTrasteos/b297ff15b4fffa2bf707c39b3660df98 to your computer and use it in GitHub Desktop.
Debian cheatsheet
# APT
## Package version before installing it
```
apt list azure-cli
Listing... Done
azure-cli/bullseye 2.33.1-1~bullseye all
N: There are 9 additional versions. Please use the '-a' switch to see them.
apt list -a azure-cli
Listing... Done
azure-cli/bullseye 2.33.1-1~bullseye all
azure-cli/bullseye 2.33.0-1~bullseye all
azure-cli/bullseye 2.32.0-1~bullseye all
azure-cli/bullseye 2.31.0-1~bullseye all
azure-cli/bullseye 2.30.0-1~bullseye all
azure-cli/bullseye 2.29.2-1~bullseye all
azure-cli/bullseye 2.29.1-1~bullseye all
azure-cli/bullseye 2.29.0-1~bullseye all
azure-cli/bullseye 2.28.0-1~bullseye all
azure-cli/stable 2.18.0-2 all
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment