Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
25
rated 0 times [  25] [ 0]  / answers: 1 / hits: 24517  / 3 Years ago, thu, august 5, 2021, 12:26:39

how to install exfat-utils and hddtemp on ubuntu 22.04 (at 20.04 they were available).


This commands doesn't work:


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.

hddtemp


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.

According to Ubuntu, these packages are available for 22.04. Check:


hddtemp and exfat-utils


More From » apt

 Answers
4

To install the hddtemp package from Ubuntu 21.10 in Ubuntu 22.04-23.04 run the following commands:


sudo apt update
wget http://archive.ubuntu.com/ubuntu/pool/universe/h/hddtemp/hddtemp_0.3-beta15-53_amd64.deb
sudo apt install ./hddtemp_0.3-beta15-53_amd64.deb

exfat-utils has been replaced by exfatprogs (tools to create, check and label exFAT filesystems) in Ubuntu 22.04 and later. To install exfatprogs in Ubuntu 22.04 and later run the following command:


sudo apt install exfatprogs

The tools included in this package are the exfatprogs maintained by Samsung engineers, who provided Linux exFAT support. A similar but independent implementation of these tools, written by the author of the exfat-fuse implementation, is available in the exfat-utils package.


Read and write support for the exFAT filesystem is implemented in the
Linux kernel in versions 5.7 and later.


[#633] Friday, August 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bunsistent

Total Points: 198
Total Questions: 108
Total Answers: 121

Location: Monaco
Member since Sun, Jan 16, 2022
2 Years ago
bunsistent questions
Fri, Jul 16, 21, 00:04, 3 Years ago
Wed, Jul 7, 21, 11:58, 3 Years ago
Tue, May 25, 21, 04:26, 3 Years ago
Fri, May 12, 23, 19:42, 1 Year ago
;