How to Install and Uninstall vim-trailing-whitespace.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "vim-trailing-whitespace.noarch" package

Please follow the steps below to install vim-trailing-whitespace.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install vim-trailing-whitespace.noarch

2. Uninstall "vim-trailing-whitespace.noarch" package

In this section, we are going to explain the necessary steps to uninstall vim-trailing-whitespace.noarch on CentOS Stream 8:

$ sudo dnf remove vim-trailing-whitespace.noarch $ sudo dnf autoremove

3. Information about the vim-trailing-whitespace.noarch package on CentOS Stream 8

Last metadata expiration check: 1:55:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : vim-trailing-whitespace
Version : 1.0
Release : 9.20230228git5540b3f.11.el8
Architecture : noarch
Size : 11 k
Source : vim-trailing-whitespace-1.0-9.20230228git5540b3f.11.el8.src.rpm
Repository : epel
Summary : Highlights trailing whitespace in red and provides :FixWhitespace to fix it
URL : https://github.com/bronson/vim-trailing-whitespace
License : CC-BY-SA
Description : This plugin causes all trailing whitespace to be highlighted in red.
:
: To fix the whitespace errors, just call :FixWhitespace. By default it operates
: on the entire file. Pass a range (or use V to select some lines) to restrict
: the portion of the file that gets fixed.