We probably want to remove any foreign packages or any packages not needed on servers -- these will be things not captured in this project. You can find these with these queries:
Foreign: pacman -Q --foreign
Explicit: pacman -Qe
Uneeded dependencies: pacman -Qddt
This should probably extend our patching playbook.
We probably want to remove any foreign packages or any packages not needed on servers -- these will be things not captured in this project. You can find these with these queries:
* Foreign: `pacman -Q --foreign`
* Explicit: `pacman -Qe`
* Uneeded dependencies: `pacman -Qddt`
This should probably extend our patching playbook.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
We probably want to remove any foreign packages or any packages not needed on servers -- these will be things not captured in this project. You can find these with these queries:
pacman -Q --foreignpacman -Qepacman -QddtThis should probably extend our patching playbook.