How to Install and Uninstall vim-gitgutter.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "vim-gitgutter.noarch" package

This is a short guide on how to install vim-gitgutter.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "vim-gitgutter.noarch" package

This is a short guide on how to uninstall vim-gitgutter.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the vim-gitgutter.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:40 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : vim-gitgutter
Version : 0
Release : 12.20230901gitf7b9766.15.el8
Architecture : noarch
Size : 54 k
Source : vim-gitgutter-0-12.20230901gitf7b9766.15.el8.src.rpm
Repository : epel
Summary : Shows git diff markers in the sign column and stages/previews/undoes hunks
URL : https://github.com/airblade/vim-gitgutter
License : MIT
Description : A Vim plugin which shows a git diff in the 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.
:
: The name "gitgutter" comes from the Sublime Text 3 plugin which inspired this
: in 2013.