How to Install and Uninstall tilix.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "tilix.x86_64" package

Please follow the guidance below to install tilix.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tilix.x86_64

2. Uninstall "tilix.x86_64" package

This tutorial shows how to uninstall tilix.x86_64 on Oracle Linux 9:

$ sudo dnf remove tilix.x86_64 $ sudo dnf autoremove

3. Information about the tilix.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:39:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tilix
Version : 1.9.6
Release : 2.el9
Architecture : x86_64
Size : 1.0 M
Source : tilix-1.9.6-2.el9.src.rpm
Repository : epel
Summary : Tiling terminal emulator
URL : https://github.com/gnunn1/tilix
License : MPL-2.0 AND GPL-2.0-or-later AND LGPL-3.0-or-later AND LGPL-3.0-only AND GPL-3.0-or-later AND (LGPL-3.0-or-later OR CC-BY-SA-3.0)
Description : Tilix is a tiling terminal emulator with the following features:
:
: - Layout terminals in any fashion by splitting them horizontally or vertically
: - Terminals can be re-arranged using drag and drop both within and between
: windows
: - Terminals can be detached into a new window via drag and drop
: - Input can be synchronized between terminals so commands typed in one
: terminal are replicated to the others
: - The grouping of terminals can be saved and loaded from disk
: - Terminals support custom titles
: - Color schemes are stored in files and custom color schemes can be created by
: simply creating a new file
: - Transparent background
: - Supports notifications when processes are completed out of view
:
: The application was written using GTK 3 and an effort was made to conform to
: GNOME Human Interface Guidelines (HIG).