How to Install and Uninstall logrotate Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "logrotate" package

This guide let you learn how to install logrotate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install logrotate

2. Uninstall "logrotate" package

This guide let you learn how to uninstall logrotate on openSuSE Tumbleweed:

$ sudo zypper remove logrotate

3. Information about the logrotate package on openSuSE Tumbleweed

Information for package logrotate:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : logrotate
Version : 3.21.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 149.9 KiB
Installed : No
Status : not installed
Source package : logrotate-3.21.0-1.5.src
Upstream URL : https://github.com/logrotate/logrotate
Summary : Cron service for rotating, compressing, mailing and removing system log files
Description :
The logrotate utility does automatic rotation, compression, mailing and removal
of log files. Logrotate can be set to handle a log file daily, weekly, monthly,
or when the log file reaches a certain size. Normally, logrotate runs as a
daily cron job.
It manages plain files only and is not involved in systemd's journal rotation.