How to Install and Uninstall vim-trailing-whitespace.noarch Package on Fedora 36

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install vim-trailing-whitespace.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the vim-trailing-whitespace.noarch package on Fedora 36

Last metadata expiration check: 2:58:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : vim-trailing-whitespace
Version : 1.0
Release : 5.20191209git6b7cdec.fc36
Architecture : noarch
Size : 9.9 k
Source : vim-trailing-whitespace-1.0-5.20191209git6b7cdec.fc36.src.rpm
Repository : fedora
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.