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

Last updated: March 01,2025

1. Install "vim-syntastic.noarch" package

This is a short guide on how to install vim-syntastic.noarch on Fedora 39

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

2. Uninstall "vim-syntastic.noarch" package

Please follow the instructions below to uninstall vim-syntastic.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:05:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : vim-syntastic
Version : 3.10.0
Release : 21.fc39
Architecture : noarch
Size : 153 k
Source : vim-syntastic-3.10.0-21.fc39.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.