Manjaro 报 Cannot find the fakeroot binary 错误原因及解决
报错内容
ERROR: Cannot find the fakeroot binary required for building as non-root user.
ERROR: Cannot find the strip binary required for object file stripping.
问题原因
没安装 fakeroot、binutils 等打包基本工具
解决方法
运行如下命令进行安装:
sudo pacman -Sy base-devel
小白,刚刚入手Manjaro KDE,谢谢大佬