mirror of
https://github.com/moparisthebest/pkgsync
synced 2024-11-24 10:12:17 -05:00
17 lines
463 B
Markdown
17 lines
463 B
Markdown
# pkgsync
|
|
A simple script to sync installed packages across Arch installs
|
|
|
|
# Dependencies
|
|
This script is only for Linux distros that use pacman for package management. All dependencies are included in the Arch Linux base group but are listed out here for general info:
|
|
|
|
Executable | Arch package providing
|
|
--- | ---
|
|
bash | bash
|
|
xargs | findutils
|
|
pacman | pacman
|
|
comm | coreutils
|
|
sort | coreutils
|
|
|
|
## Links
|
|
AUR Package: https://aur.archlinux.org/packages/pkgsync
|