How To Install tlog on Fedora 36
Introduction
In this tutorial we learn how to install tlog
on Fedora 36.
What is tlog
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.
We can use yum
or dnf
to install tlog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlog.
Install tlog 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 tlog
using dnf
by running the following command:
sudo dnf -y install tlog
Install tlog 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 tlog
using yum
by running the following command:
sudo yum -y install tlog
How To Uninstall tlog on Fedora 36
To uninstall only the tlog
package we can use the following command:
sudo dnf remove tlog
tlog Package Contents on Fedora 36
/etc/tlog
/etc/tlog/tlog-play.conf
/etc/tlog/tlog-rec-session.conf
/etc/tlog/tlog-rec.conf
/usr/bin/tlog-play
/usr/bin/tlog-rec
/usr/bin/tlog-rec-session
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/3b2888ef3fa0e9c6e3a5abde10ac9ee20588d2
/usr/lib/.build-id/73
/usr/lib/.build-id/73/46d425efd2ba8f0963b51223fe0612eb8cc6c0
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/d0a59a4a622a0f5ea040ce46c984f17585ff8e
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/ec0b249c988c2c6c60566229250f4e46b233df
/usr/lib/libtlog.so.0
/usr/lib/libtlog.so.0.0.0
/usr/lib/tmpfiles.d/tlog.conf
/usr/share/doc/tlog
/usr/share/doc/tlog/README.md
/usr/share/doc/tlog/log_format.md
/usr/share/doc/tlog/mapping.json
/usr/share/doc/tlog/schema.json
/usr/share/licenses/tlog
/usr/share/licenses/tlog/COPYING
/usr/share/man/man5/tlog-play.conf.5.gz
/usr/share/man/man5/tlog-rec-session.conf.5.gz
/usr/share/man/man5/tlog-rec.conf.5.gz
/usr/share/man/man8/tlog-play.8.gz
/usr/share/man/man8/tlog-rec-session.8.gz
/usr/share/man/man8/tlog-rec.8.gz
/usr/share/tlog
/usr/share/tlog/tlog-play.default.conf
/usr/share/tlog/tlog-rec-session.default.conf
/usr/share/tlog/tlog-rec.default.conf
References
Summary
In this tutorial we learn how to install tlog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tlog on Fedora 36” linkTitle: “tlog” type: “docs” description: “In this tutorial we learn how to install tlog in Fedora 36. tlog is Terminal I/O logger” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tlog-featured.png
Introduction
In this tutorial we learn how to install tlog
on Fedora 36.
What is tlog
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.
We can use yum
or dnf
to install tlog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlog.
Install tlog 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 tlog
using dnf
by running the following command:
sudo dnf -y install tlog
Install tlog 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 tlog
using yum
by running the following command:
sudo yum -y install tlog
How To Uninstall tlog on Fedora 36
To uninstall only the tlog
package we can use the following command:
sudo dnf remove tlog
tlog Package Contents on Fedora 36
/etc/tlog
/etc/tlog/tlog-play.conf
/etc/tlog/tlog-rec-session.conf
/etc/tlog/tlog-rec.conf
/usr/bin/tlog-play
/usr/bin/tlog-rec
/usr/bin/tlog-rec-session
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/6217922fbf651e40fece2481c4a2844661cd99
/usr/lib/.build-id/be
/usr/lib/.build-id/be/07f41ebac0fdcd6bf78303e062b325ec70a379
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/5f1a9293af1edb0fff3af0aef70a76c664686b
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/4ada1814061189ab21e487c3a1668224f39411
/usr/lib/tmpfiles.d/tlog.conf
/usr/lib64/libtlog.so.0
/usr/lib64/libtlog.so.0.0.0
/usr/share/doc/tlog
/usr/share/doc/tlog/README.md
/usr/share/doc/tlog/log_format.md
/usr/share/doc/tlog/mapping.json
/usr/share/doc/tlog/schema.json
/usr/share/licenses/tlog
/usr/share/licenses/tlog/COPYING
/usr/share/man/man5/tlog-play.conf.5.gz
/usr/share/man/man5/tlog-rec-session.conf.5.gz
/usr/share/man/man5/tlog-rec.conf.5.gz
/usr/share/man/man8/tlog-play.8.gz
/usr/share/man/man8/tlog-rec-session.8.gz
/usr/share/man/man8/tlog-rec.8.gz
/usr/share/tlog
/usr/share/tlog/tlog-play.default.conf
/usr/share/tlog/tlog-rec-session.default.conf
/usr/share/tlog/tlog-rec.default.conf
References
Summary
In this tutorial we learn how to install tlog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).