cheatsheets

Pip Cheatsheet

home Master CheatSheet Index Basic Pip Commands Install a python package pip install ansible Install a specific package version pip install ansible==2.7.8 Uninstall a python package pip uninstall ansible See what versions are available (use illegal version string!) pip install ansible==foobar Upgrade a package pip install --upgrade ansible or pip install ansible -U

Podman Cheatsheet

home Master CheatSheet Index Tip docker`users `podman != docker. There are very significant differences due to the architecture etc. Basic Podman Commands pip install ansible Install a specific package version pip install ansible==2.7.8 Uninstall a python package pip uninstall ansible See what versions are available (use illegal version string!

Pragmatic Cheatsheets

A collection of personalized, and hopefully,pragmatic, cheatsheets reflecting the workflow and tools of choice of a DevOps Cloud Automation engineer…​ pip