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

Last updated: July 03,2024

1. Install "vim-gitgutter.noarch" package

Learn how to install vim-gitgutter.noarch on Oracle Linux 8

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

2. Uninstall "vim-gitgutter.noarch" package

Please follow the guidance below to uninstall vim-gitgutter.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:24:44 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : vim-gitgutter
Version : 0
Release : 4.20200501gitb356cc9.el8
Architecture : noarch
Size : 48 k
Source : vim-gitgutter-0-4.20200501gitb356cc9.el8.src.rpm
Repository : epel
Summary : Shows a git diff in the gutter and stages/undoes hunks and partial hunks
URL : https://github.com/airblade/vim-gitgutter
License : MIT
Description : A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows
: which lines have been added, modified, or removed. You can also preview, stage,
: and undo individual hunks; and stage partial hunks. The plugin also provides a
: hunk text object.
:
: The signs are always up to date and the plugin never saves your buffer.