How To Install tuptime on Fedora 36

In this tutorial we learn how to install tuptime in Fedora 36. tuptime is Report historical system real time

Introduction

In this tutorial we learn how to install tuptime on Fedora 36.

What is tuptime

Tuptime track and report historical and statistical real time of the system, keeping the uptime and downtime between shutdowns.

We can use yum or dnf to install tuptime on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tuptime.

Install tuptime 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 tuptime using dnf by running the following command:

sudo dnf -y install tuptime

Install tuptime 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 tuptime using yum by running the following command:

sudo yum -y install tuptime

How To Uninstall tuptime on Fedora 36

To uninstall only the tuptime package we can use the following command:

sudo dnf remove tuptime

tuptime Package Contents on Fedora 36

/usr/bin/tuptime
/usr/lib/systemd/system/tuptime-cron.service
/usr/lib/systemd/system/tuptime-cron.timer
/usr/lib/systemd/system/tuptime.service
/usr/share/doc/tuptime
/usr/share/doc/tuptime/CHANGELOG
/usr/share/doc/tuptime/CONTRIBUTING.md
/usr/share/doc/tuptime/README.md
/usr/share/doc/tuptime/tuptime-manual.txt
/usr/share/licenses/tuptime
/usr/share/licenses/tuptime/LICENSE
/usr/share/man/man1/tuptime.1.gz
/usr/share/tuptime
/usr/share/tuptime/README.txt
/usr/share/tuptime/db-tuptime-migrate-2.0-to-3.0.sh
/usr/share/tuptime/db-tuptime-migrate-3.0-to-3.1.sh
/usr/share/tuptime/db-tuptime-migrate-3.1-to-4.0.sh
/usr/share/tuptime/db-tuptime-migrate-4.0-to-5.0.sh
/usr/share/tuptime/runplots.sh
/usr/share/tuptime/tuptime-plot1.py
/usr/share/tuptime/tuptime-plot2.py
/usr/share/tuptime/tuptime_dbcheck.py
/usr/share/tuptime/tuptime_join.py
/usr/share/tuptime/tuptime_modify.py
/var/lib/tuptime

References

Summary

In this tutorial we learn how to install tuptime on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).