How to Install and Uninstall root-gui-recorder.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "root-gui-recorder.x86_64" package

In this section, we are going to explain the necessary steps to install root-gui-recorder.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install root-gui-recorder.x86_64

2. Uninstall "root-gui-recorder.x86_64" package

Please follow the step by step instructions below to uninstall root-gui-recorder.x86_64 on Fedora 34:

$ sudo dnf remove root-gui-recorder.x86_64 $ sudo dnf autoremove

3. Information about the root-gui-recorder.x86_64 package on Fedora 34

Last metadata expiration check: 1:44:58 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : root-gui-recorder
Version : 6.24.06
Release : 2.fc34
Architecture : x86_64
Size : 91 k
Source : root-6.24.06-2.fc34.src.rpm
Repository : updates
Summary : Interface for recording and replaying events in ROOT
URL : https://root.cern/
License : LGPLv2+
Description : This library provides interface for recording and replaying events in ROOT.
: Recorded events are:
: - Commands typed by user in command line ('new TCanvas')
: - GUI events (mouse movement, button clicks, ...)
: All the recorded events from one session are stored in one TFile
: and can be replayed again anytime.