sxiii

What to do if Arch / Manjaro linux has broken packages

May 20th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

If your Manjaro, ArchLinux, Garuda, EndeavourOS and other Arch-based distro has broken packages,
use this command to reinstall them (via chroot or recovery CLI)


pacman -Syu $(pacman -Qnq) --overwrite "*"

Hope this helps. Good luck!

Add Comment
Please, Sign In to add comment