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

Last updated: October 07,2024

1. Install "vim-syntastic.noarch" package

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

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

2. Uninstall "vim-syntastic.noarch" package

Please follow the guidance below to uninstall vim-syntastic.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:58:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : vim-syntastic
Version : 3.10.0
Release : 14.fc36
Architecture : noarch
Size : 149 k
Source : vim-syntastic-3.10.0-14.fc36.src.rpm
Repository : fedora
Summary : A vim plugins to check syntax for programming languages
URL : https://github.com/scrooloose/syntastic
License : WTFPL
Description : Syntastic is a syntax checking plugin that runs files through external syntax
: checkers and displays any resulting errors to the user. This can be done on
: demand, or automatically as files are saved. If syntax errors are detected, the
: user is notified and is happy because they didn't have to compile their code or
: execute their script to find them.