simple-scripts/cpp/Arch/Pacman_Package_Install/pman_install_boilerplate
Archgit 006c73ff9c Initial Upload 2024-12-19 00:10:20 -05:00
..
plist.txt Initial Upload 2024-12-19 00:10:20 -05:00
pman_install.cpp Initial Upload 2024-12-19 00:10:20 -05:00
readme.txt Initial Upload 2024-12-19 00:10:20 -05:00

readme.txt

Pacman Multi-Tool Download

Total Files: 2 
.cpp - simple pacman install script with error skipping built in. Intended for large tool sets (was used for blackarch as category install would return an error and disallow any tool from being installed) where you can copy/paste.
.txt - list names of packages you would like to install or copy/paste in the format of package1\npackage2\npackage3, no spaces, one element per line. 

Potential uses or iterations:
- Can use as template for package manager install/removal.
- Can also be modified/used into/for a default application/package install script (IT use mostly)