我使用sudo checkinstall安装了一个软件包(在通常的./configure之后)。安装成功后,它问我
Some of the files created by the installation are inside the home directory: /home
You probably don't want them to be included in the package.
Do you want me to list them? [n]:如果现在返回y,我会得到一长串文件名,可以滚动到最后到达(END)。现在我不知道该怎么办了。我找不到的键组合会促使checkinstall继续下一步。实际上,我使用ctrl + z退出并重新运行该过程。然后我回答了n的上述问题,它高兴地问我。
Should I exclude them from the package? (Saying yes is a good idea) [n]:
正如我所期望的那样。这里出了什么问题,我是不是遗漏了一条命令,让它在给我看完列表后继续进行?还是这是个窃听器?
发布于 2016-06-27 12:54:51
当我碰到这个的时候我也很困惑。按Q键退出这个列表并完成这个过程。
https://stackoverflow.com/questions/38016842
复制相似问题