How to Install and Uninstall i3.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "i3.x86_64" package

This is a short guide on how to install i3.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install i3.x86_64

2. Uninstall "i3.x86_64" package

Here is a brief guide to show you how to uninstall i3.x86_64 on Rocky Linux 9:

$ sudo dnf remove i3.x86_64 $ sudo dnf autoremove

3. Information about the i3.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:11:57 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : i3
Version : 4.20.1
Release : 3.el9
Architecture : x86_64
Size : 349 k
Source : i3-4.20.1-3.el9.src.rpm
Repository : epel
Summary : Improved tiling window manager
URL : https://i3wm.org
License : BSD
Description : Key features of i3 are correct implementation of XrandR, horizontal and vertical
: columns (think of a table) in tiling. Also, special focus is on writing clean,
: readable and well documented code. i3 uses xcb for asynchronous communication
: with X11, and has several measures to be very fast.
:
: Please be aware that i3 is primarily targeted at advanced users and developers.