How to Install and Uninstall vim-pathogen.noarch Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "vim-pathogen.noarch" package

Please follow the guidance below to install vim-pathogen.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install vim-pathogen.noarch

2. Uninstall "vim-pathogen.noarch" package

This guide covers the steps necessary to uninstall vim-pathogen.noarch on Oracle Linux 8:

$ sudo dnf remove vim-pathogen.noarch $ sudo dnf autoremove

3. Information about the vim-pathogen.noarch package on Oracle Linux 8

Last metadata expiration check: 0:48:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : vim-pathogen
Version : 0
Release : 2.20181213gite9fb091.el8
Architecture : noarch
Size : 14 k
Source : vim-pathogen-0-2.20181213gite9fb091.el8.src.rpm
Repository : epel
Summary : Manage your runtimepath
URL : https://github.com/tpope/vim-pathogen
License : Vim
Description : Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it
: super easy to install plugins and runtime files in their own private
: directories.
:
: For new users, I recommend using Vim's built-in package management instead:
:
: :help packages