How To Install digitemp on Fedora 36
Introduction
In this tutorial we learn how to install digitemp
on Fedora 36.
What is digitemp
DigiTemp is a simple to use console application for reading values from Dallas Semiconductor 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters and understands the 1-wire hubs with devices on different branches of the network. DigiTemp now supports the following 1-wire temperature sensors the DS2438 Smart Battery Monitor, DS2422 and DS2423 Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs) and the AAG TAI-8540 humidity sensor.
We can use yum
or dnf
to install digitemp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install digitemp.
Install digitemp on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install digitemp
using dnf
by running the following command:
sudo dnf -y install digitemp
Install digitemp on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install digitemp
using yum
by running the following command:
sudo yum -y install digitemp
How To Uninstall digitemp on Fedora 36
To uninstall only the digitemp
package we can use the following command:
sudo dnf remove digitemp
digitemp Package Contents on Fedora 36
/usr/bin/digitemp_DS2490
/usr/bin/digitemp_DS9097
/usr/bin/digitemp_DS9097U
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/7e64c06b04f42c4521bd64cf28774a36903f44
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/6ea3ac2ddd1fb74d8e4c95dc5db5303ce80fdc
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/a5613068e214f2f51d7e089efa598f4edf1183
/usr/share/doc/digitemp
/usr/share/doc/digitemp/CREDITS
/usr/share/doc/digitemp/ChangeLog
/usr/share/doc/digitemp/DS9097_Schematic.gif
/usr/share/doc/digitemp/FAQ
/usr/share/doc/digitemp/README
/usr/share/doc/digitemp/TODO
/usr/share/doc/digitemp/dthowto.txt
/usr/share/licenses/digitemp
/usr/share/licenses/digitemp/COPYING
/usr/share/licenses/digitemp/COPYRIGHT
/usr/share/man/man1/digitemp.1.gz
References
Summary
In this tutorial we learn how to install digitemp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).