install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script 返回了错误号 1 在处理时有错误发生:
findutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
第一种方法:
// 不用解释了吧
//执行完上一步操作后会在新的info文件夹下生成一些文件,现将这些文件全部移到info.bak文件夹下原文链接:https://www.f2er.com/ubuntu/351158.html
到此问题顺利解决
一般上面的这个方法可以解决问题了第二种方法;
- for i in /usr/share/fonts/X11/* /usr/share/fonts/truetype/*
- do sudo touch "$i"
- done
第三种方法:
- sudo aptget update --fix-missing
- sudo aptget autoremove && sudo aptget clean get install -f