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

Last updated: October 07,2024

1. Install "vim-syntastic.noarch" package

This guide let you learn how to install vim-syntastic.noarch on Fedora 34

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

2. Uninstall "vim-syntastic.noarch" package

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

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

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

Last metadata expiration check: 5:57:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : vim-syntastic
Version : 3.10.0
Release : 13.fc34
Architecture : noarch
Size : 149 k
Source : vim-syntastic-3.10.0-13.fc34.src.rpm
Repository : updates
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.