How to Install and Uninstall logrotate.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: February 04,2025

1. Install "logrotate.x86_64" package

Please follow the guidelines below to install logrotate.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install logrotate.x86_64

2. Uninstall "logrotate.x86_64" package

Learn how to uninstall logrotate.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove logrotate.x86_64 $ sudo dnf autoremove

3. Information about the logrotate.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:52:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : logrotate
Version : 3.14.0
Release : 6.el8
Architecture : x86_64
Size : 86 k
Source : logrotate-3.14.0-6.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : Rotates, compresses, removes and mails system log files
URL : https://github.com/logrotate/logrotate
License : GPLv2+
Description : The logrotate utility is designed to simplify the administration of
: log files on a system which generates a lot of log files. Logrotate
: allows for the automatic rotation compression, removal and mailing of
: log files. Logrotate can be set to handle a log file daily, weekly,
: monthly or when the log file gets to a certain size. Normally,
: logrotate runs as a daily cron job.
:
: Install the logrotate package if you need a utility to deal with the
: log files on your system.