How to Install and Uninstall tmpwatch.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 28,2024

1. Install "tmpwatch.x86_64" package

This guide let you learn how to install tmpwatch.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install tmpwatch.x86_64

2. Uninstall "tmpwatch.x86_64" package

Please follow the steps below to uninstall tmpwatch.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove tmpwatch.x86_64 $ sudo dnf autoremove

3. Information about the tmpwatch.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:53:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : tmpwatch
Version : 2.11
Release : 14.el8
Architecture : x86_64
Size : 46 k
Source : tmpwatch-2.11-14.el8.src.rpm
Repository : baseos
Summary : A utility for removing files based on when they were last accessed
URL : https://pagure.io/tmpwatch/
License : GPLv2
Description : The tmpwatch utility recursively searches through specified
: directories and removes files which have not been accessed in a
: specified period of time. Tmpwatch is normally used to clean up
: directories which are used for temporarily holding files (for example,
: /tmp). Tmpwatch ignores symlinks, won't switch filesystems and only
: removes empty directories and regular files.