How to Install and Uninstall tlog.src Package on Oracle Linux 8

Last updated: January 11,2025

1. Install "tlog.src" package

Here is a brief guide to show you how to install tlog.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tlog.src

2. Uninstall "tlog.src" package

In this section, we are going to explain the necessary steps to uninstall tlog.src on Oracle Linux 8:

$ sudo dnf remove tlog.src $ sudo dnf autoremove

3. Information about the tlog.src package on Oracle Linux 8

Last metadata expiration check: 6:22:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tlog
Version : 12.1
Release : 1.el8_6
Architecture : src
Size : 622 k
Source : None
Repository : ol8_appstream
Summary : Terminal I/O logger
URL : https://github.com/Scribery/tlog
License : GPLv2+
Description : Tlog is a terminal I/O recording program similar to "script", but used in
: place of a user's shell, starting the recording and executing the real user's
: shell afterwards. The recorded I/O can then be forwarded to a logging server
: in JSON format.