Now that I can jump between distros on the command-line in a breath using Distrobox, it’s amazing to see how fast pacman (Arch) is compared to dnf (Fedora) and apt (Debianish).
Of course, if you’re a human being – not a robot – make sure you alias the most common two commands to something human.
e.g., in Fish shell:
```fish
abbr --add --global pacman-install 'sudo pacman -S'
abbr --add --global pacman-search 'pacman -Ss'
```
#arch #pacman #fedora #dnf #ubuntu #apt #packageManagement #linux
@aral yay is good for you… helps for aur and for regular pkg mgmt