不知道什么时候开始,在使用 Manjaro 的“软件管理器”时,无论是安装、移除还是更新软件时,都会跳出 “/var/lib/pacman/local/dnsmasq-2.80-3/desc: No such file or directory” 的错误,But it didn't affect the installation process,So I ignored this message。
前幾天上網爬一下文,查詢解決方法,結果有點小小傻眼,The error message says that the desc file cannot be found,So just create an empty file named desc,The error message will no longer occur,I checked three articles and they all said the same,So I didn't continue to investigate。
Solution,Use touch to create a desc file。
sudo touch /var/lib/pacman/local/dnsmasq-2.80-3/desc
【参考链接】
- [SOLVED] 缺少 desc 文件 / 新手专区 / Arch Linux 论坛
- 19 二月 2019 系统更新: 我遇到的问题 – Technical Issues and Assistance / 软件包更新过程 – Manjaro Linux Forum







