Skip to content

Do you find yourself maintaing packages across a variety of systems? Remember the basics with this cheat sheet!

Notifications You must be signed in to change notification settings

xsoc/PackageManagementCheatSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

PackageManagementCheatSheet

Package managers, what were once an amazing quality of life improvement for the power user / admins, have in recent years become something of a waking nightmare with their unbridaled proliferation. Rein in the insainity and remember the basics with this cheat sheet!

System Update Install Remove Upgrade
Apt apt update apt install package apt remove package apt upgrade
Chocolatey choco install package choco uninstall package choco upgrade
Docker docker pull package docker rm container docker update container
Flatpack flatpak install repo package flatpack uninstall package flatpack update
Homebrew brew update brew install package brew remove package brew upgrade
Git git clone url rm -rf repo_directory git remote add upstream url
Pacman pacman -S pacman -S package pacman -R package pacman -Syu
Snap snap install package snap remove package snap refresh

About

Do you find yourself maintaing packages across a variety of systems? Remember the basics with this cheat sheet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published