首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >但是,这个二进制比位于e2fsprogs中的动态二进制占用更多的空间。

但是,这个二进制比位于e2fsprogs中的动态二进制占用更多的空间。
EN

Ask Ubuntu用户
提问于 2020-07-18 03:24:23
回答 1查看 29关注 0票数 0

这是Synaptic的。

代码语言:javascript
复制
statically-linked version of the ext2/ext3/ext4 filesystem checker
  
This may be of some help to you if your filesystem gets corrupted enough
to break the shared libraries used by the dynamically linked checker.

This binary takes much more space than its dynamic counterpart located
in e2fsprogs, though.

You may want to install a statically-linked shell as well, to be able
to run this program if something like your C library gets corrupted.

这是什么意思?

代码语言:javascript
复制
This binary takes much more space than its **dynamic counterpart** located
    in e2fsprogs, though.
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-07-18 07:13:44

这意味着这个软件是静态的,所以它的所有组件都包含在单个deb包中。这种包不存在依赖关系。这是因为二进制文件是相联为静态 --它可能在一个文件中包含所有库。

您可以检查https://packages.ubuntu.com/focal/e2fsck-static上的包依赖项,以确认它没有任何必须安装的依赖项。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1260012

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档