How To Install uptimed on Fedora 36

In this tutorial we learn how to install uptimed in Fedora 36. uptimed is A daemon to record and keep track of system up times

Introduction

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

What is uptimed

Uptimed is an up time record daemon keeping track of the highest up times the system ever had. Uptimed has the ability to inform you of records and milestones though syslog and e-mail, and comes with a console front end to parse the records, which can also easily be used to show your records on your Web page

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

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

sudo dnf -y install uptimed

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

sudo yum -y install uptimed

How To Uninstall uptimed on Fedora 36

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

sudo dnf remove uptimed

uptimed Package Contents on Fedora 36

---
title: "How To Install uptimed on Fedora 36"
linkTitle: "uptimed"
type: "docs"
description: "In this tutorial we learn how to install uptimed in Fedora 36. uptimed is A daemon to record and keep track of system up times"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/uptimed-featured.png
---

## Introduction

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

### What is `uptimed`

> Uptimed is an up time record daemon keeping track of the highest up times the system ever had.  Uptimed has the ability to inform you of records and milestones though syslog and e-mail, and comes with a console front end to parse the records, which can also easily be used to show your records on your Web page  

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

## Install uptimed on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install uptimed using dnf by running the following command:

sudo dnf -y install uptimed

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

sudo yum -y install uptimed

How To Uninstall uptimed on Fedora 36

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

sudo dnf remove uptimed

uptimed Package Contents on Fedora 36

/etc/uptimed.conf
/usr/bin/uprecords
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/7a7fce877b6b09e864447c79b3f05ff632954c
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/0a19ba6bb6647b7f60fd6d96c3ac144928bca4
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/c1c8bcf27582b143fe1a2a47908196c6e7d342
/usr/lib/libuptimed.so.0
/usr/lib/libuptimed.so.0.0.0
/usr/lib/systemd/system/uptimed.service
/usr/sbin/uptimed
/usr/share/doc/uptimed
/usr/share/doc/uptimed/AUTHORS
/usr/share/doc/uptimed/CREDITS
/usr/share/doc/uptimed/ChangeLog
/usr/share/doc/uptimed/INSTALL.cgi
/usr/share/doc/uptimed/INSTALL.upgrade
/usr/share/doc/uptimed/README.md
/usr/share/doc/uptimed/README.unsupported
/usr/share/doc/uptimed/TODO
/usr/share/doc/uptimed/sample-cgi
/usr/share/doc/uptimed/sample-cgi/uprecords.conf
/usr/share/doc/uptimed/sample-cgi/uprecords.footer
/usr/share/doc/uptimed/sample-cgi/uprecords.header
/usr/share/licenses/uptimed
/usr/share/licenses/uptimed/COPYING
/usr/share/man/man1/uprecords.1.gz
/usr/share/man/man8/uptimed.8.gz
/var/spool/uptimed

References

Summary

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

/etc/uptimed.conf /usr/bin/uprecords /usr/lib/.build-id /usr/lib/.build-id/03 /usr/lib/.build-id/03/9d5fb300e593a6fe2e7ba795ec5ae8323180c9 /usr/lib/.build-id/04 /usr/lib/.build-id/04/254172dc3c71548b005fee572e90c1a935febd /usr/lib/.build-id/6a /usr/lib/.build-id/6a/da84e70a480cf8551fc55ae64198ef63b1f255 /usr/lib/systemd/system/uptimed.service /usr/lib64/libuptimed.so.0 /usr/lib64/libuptimed.so.0.0.0 /usr/sbin/uptimed /usr/share/doc/uptimed /usr/share/doc/uptimed/AUTHORS /usr/share/doc/uptimed/CREDITS /usr/share/doc/uptimed/ChangeLog /usr/share/doc/uptimed/INSTALL.cgi /usr/share/doc/uptimed/INSTALL.upgrade /usr/share/doc/uptimed/README.md /usr/share/doc/uptimed/README.unsupported /usr/share/doc/uptimed/TODO /usr/share/doc/uptimed/sample-cgi /usr/share/doc/uptimed/sample-cgi/uprecords.conf /usr/share/doc/uptimed/sample-cgi/uprecords.footer /usr/share/doc/uptimed/sample-cgi/uprecords.header /usr/share/licenses/uptimed /usr/share/licenses/uptimed/COPYING /usr/share/man/man1/uprecords.1.gz /usr/share/man/man8/uptimed.8.gz /var/spool/uptimed


## References

* [uptimed website](https://github.com/rpodgorny/uptimed/)

## Summary

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