我使用的是 Ubuntu 5.15.0-1011-aws。当我在 Ubuntu 中运行以下命令时
$fdformat --version
Run Code Online (Sandbox Code Playgroud)
它输出以下内容:
Command 'fdformat' not found, .....
Run Code Online (Sandbox Code Playgroud)
由于 fdformat 在 util-linux 中,正如我在 Linux 手册页上搜索的那样,我运行以下命令:
$apt info util-linux
Run Code Online (Sandbox Code Playgroud)
它返回:
...
Package: util-linux
Version: 2.37.2-4ubuntu3
.....
Run Code Online (Sandbox Code Playgroud)
然后我检查我机器上的 util-linux 软件包的信息,
$ sudo apt upgrade util-linux
Run Code Online (Sandbox Code Playgroud)
它显示以下内容:
...
util-linux is already the newest version (2.37.2-4ubuntu3).
...
Run Code Online (Sandbox Code Playgroud)
我的问题是 fdformat 是否已从最新的 util-linux 软件包中排除?