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

Last updated: May 02,2024

1. Install "vim-X11.x86_64" package

Please follow the step by step instructions below to install vim-X11.x86_64 on Rocky Linux 8

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

2. Uninstall "vim-X11.x86_64" package

Please follow the guidelines below to uninstall vim-X11.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 2:04:28 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : vim-X11
Epoch : 2
Version : 8.0.1763
Release : 19.el8_6.4
Architecture : x86_64
Size : 1.5 M
Source : vim-8.0.1763-19.el8_6.4.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.