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

Last updated: October 07,2024

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

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

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

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

Here is a brief guide to show you how to uninstall vim-trailing-whitespace.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:28:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : vim-trailing-whitespace
Version : 1.0
Release : 3.20191209git6b7cdec.fc34
Architecture : noarch
Size : 9.7 k
Source : vim-trailing-whitespace-1.0-3.20191209git6b7cdec.fc34.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.