How to Install and Uninstall vim-common.x86_64 Package on Fedora 35

Last updated: June 21,2024

1. Install "vim-common.x86_64" package

This guide covers the steps necessary to install vim-common.x86_64 on Fedora 35

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

2. Uninstall "vim-common.x86_64" package

This guide covers the steps necessary to uninstall vim-common.x86_64 on Fedora 35:

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

3. Information about the vim-common.x86_64 package on Fedora 35

Last metadata expiration check: 2:59:17 ago on Wed Sep 7 08:25:01 2022.
Installed Packages
Name : vim-common
Epoch : 2
Version : 9.0.348
Release : 1.fc35
Architecture : x86_64
Size : 34 M
Source : vim-9.0.348-1.fc35.src.rpm
Repository : @System
From repo : updates
Summary : The common files needed by any version of the VIM editor
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. The
: vim-common package contains files which every VIM binary will need in
: order to run.
:
: If you are installing vim-enhanced or vim-X11, you'll also need
: to install the vim-common package.