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

Last updated: November 27,2024

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

Please follow the steps below to install vim-trailing-whitespace.noarch on Fedora 39

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

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

Learn how to uninstall vim-trailing-whitespace.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:37:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : vim-trailing-whitespace
Version : 1.0
Release : 9.20230228git5540b3f.10.fc39
Architecture : noarch
Size : 10 k
Source : vim-trailing-whitespace-1.0-9.20230228git5540b3f.10.fc39.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.