How to Install and Uninstall vim-X11.x86_64 Package on Rocky Linux 9

Last updated: June 18,2024

1. Install "vim-X11.x86_64" package

Here is a brief guide to show you how to install vim-X11.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install vim-X11.x86_64

2. Uninstall "vim-X11.x86_64" package

In this section, we are going to explain the necessary steps to uninstall vim-X11.x86_64 on Rocky Linux 9:

$ sudo dnf remove vim-X11.x86_64 $ sudo dnf autoremove

3. Information about the vim-X11.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:13:05 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : vim-X11
Epoch : 2
Version : 8.2.2637
Release : 20.el9_1
Architecture : x86_64
Size : 1.9 M
Source : vim-8.2.2637-20.el9_1.src.rpm
Repository : appstream
Summary : The VIM version of the vi editor for the X Window System - GVim
URL : http://www.vim.org/
License : Vim and MIT
Description : VIM (VIsual editor iMproved) is an updated and improved version of the
: vi editor. Vi was the first real screen-based editor for UNIX, and is
: still very popular. VIM improves on vi by adding new features:
: multiple windows, multi-level undo, block highlighting and
: more. VIM-X11 is a version of the VIM editor which will run within the
: X Window System. If you install this package, you can run VIM as an X
: application with a full GUI interface and mouse support by command gvim.
:
: Install the vim-X11 package if you'd like to try out a version of vi
: with graphics and mouse capabilities. You'll also need to install the
: vim-common package.