A simple utility for pacman, the package manager for Arch Linux
This project offers:
- a python script that automatically list all explicitly installed packages outside of base and base-devel group
- a pacman hook that runs after installation/removal of packages
python3.6
- place the backup-pacman.py file in /usr/bin/
- place the update-pkg-list.hook file in /etc/pacman.d/hooks/
- the package list is saved to ~/package-list
Feel free to change
- the list of excluded packages
- the path of the backup file
- the path of the backup-pacman.py script (you will need to change the exec line in update-pkg-list.hook accordingly)