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

Last updated: May 20,2024

1. Install "vim-commentary.noarch" package

This tutorial shows how to install vim-commentary.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install vim-commentary.noarch

2. Uninstall "vim-commentary.noarch" package

Please follow the guidance below to uninstall vim-commentary.noarch on Fedora 39:

$ sudo dnf remove vim-commentary.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:23:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : vim-commentary
Version : 1.3
Release : 15.fc39
Architecture : noarch
Size : 12 k
Source : vim-commentary-1.3-15.fc39.src.rpm
Repository : fedora
Summary : Comment and uncomments stuff in Vim using motion as a target
URL : http://www.vim.org/scripts/script.php?script_id=3695
License : Vim
Description : Comment stuff out. Use gcc to comment out a line (takes a count), gc to
: comment out the target of a motion (for example, gcap to comment out a
: paragraph), and gc in visual mode to comment out the selection. That's it.
:
: Oh, and it uncomments, too. The above maps actually toggle, and gcgc
: uncomments a set of adjacent commented lines.