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

Last updated: October 05,2024

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

Learn how to install vim-trailing-whitespace.noarch on Fedora 35

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

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

This is a short guide on how to uninstall vim-trailing-whitespace.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:35:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : vim-trailing-whitespace
Version : 1.0
Release : 4.20191209git6b7cdec.fc35
Architecture : noarch
Size : 9.8 k
Source : vim-trailing-whitespace-1.0-4.20191209git6b7cdec.fc35.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.