如何在 ubuntu 22.04 上安装 exfat-utils 和 hddtemp(它们在 20.04 可用)。
此命令不起作用:
exfat-utils
sudo apt-get install exfat-utils
The exfat-utils package is not available, but some other package references it. This may mean that the package is missing, obsolete, or only available from some other source.
# or .deb for Ubuntu 21.10 (Impish Indri)
wget http://archive.ubuntu.com/ubuntu/pool/universe/e/exfat-utils/exfat-utils_1.3.0-2_amd64.deb
sudo dpkg -i exfat-utils_1.3.0-2_amd64.deb
dpkg: About exfat-utils_1.3.0-2_amd64.deb which contains exfat-utils:
exfat-utils conflicts with exfatprogs
exfatprogs (version 1.1.3-1) is present and installed.
硬盘温度
sudo apt install hddtemp
The hddtemp package is not available, but some other package references it. This may mean that the package is missing, obsolete, or only available from some other source.
根据 Ubuntu,这些软件包可用于 22.04。查看:
要在 Ubuntu 22.04 中从 Ubuntu 21.10 安装 hddtemp 包,请运行以下命令:
在 Ubuntu 22.04 及更高版本中,exfat -utils 已被exfatprogs(创建、检查和标记 exFAT 文件系统的工具)取代。要在 Ubuntu 22.04 和更高版本中安装 exfatprogs,请运行以下命令:
此软件包中包含的工具是由三星工程师维护的 exfatprogs,他们提供 Linux exFAT 支持。exfat-fuse 实现的作者编写的这些工具的类似但独立的实现可在 exfat-utils 包中找到。
为 Ubuntu 22.04 添加 exFAT 支持的新方法是安装以下软件包: