Pacman文件权限修复
约 1 分钟 #Linux
查看错误的文件有哪些
pacman -Qkk 1>/dev/null
修复前装包extra/pacutils
pacman -S pacutils
修复: ^https://github.com/andrewgregory/pacutils
find /usr/share | pacrepairfile --uid --gid
pacman -Qkk 1>/dev/null
修复前装包extra/pacutils
pacman -S pacutils
修复: ^https://github.com/andrewgregory/pacutils
find /usr/share | pacrepairfile --uid --gid