How To Install vim-syntastic-c on Fedora 36

In this tutorial we learn how to install vim-syntastic-c in Fedora 36. vim-syntastic-c is A syntax checker for c programming language

Introduction

In this tutorial we learn how to install vim-syntastic-c on Fedora 36.

What is vim-syntastic-c

Allows checking c sources files.

We can use yum or dnf to install vim-syntastic-c on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vim-syntastic-c.

Install vim-syntastic-c on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install vim-syntastic-c using dnf by running the following command:

sudo dnf -y install vim-syntastic-c

Install vim-syntastic-c on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install vim-syntastic-c using yum by running the following command:

sudo yum -y install vim-syntastic-c

How To Uninstall vim-syntastic-c on Fedora 36

To uninstall only the vim-syntastic-c package we can use the following command:

sudo dnf remove vim-syntastic-c

vim-syntastic-c Package Contents on Fedora 36

/usr/share/licenses/vim-syntastic-c
/usr/share/licenses/vim-syntastic-c/LICENCE
/usr/share/vim/vimfiles/autoload/syntastic/c.vim
/usr/share/vim/vimfiles/syntax_checkers/c
/usr/share/vim/vimfiles/syntax_checkers/c/avrgcc.vim
/usr/share/vim/vimfiles/syntax_checkers/c/checkpatch.vim
/usr/share/vim/vimfiles/syntax_checkers/c/clang_check.vim
/usr/share/vim/vimfiles/syntax_checkers/c/clang_tidy.vim
/usr/share/vim/vimfiles/syntax_checkers/c/cppcheck.vim
/usr/share/vim/vimfiles/syntax_checkers/c/cppclean.vim
/usr/share/vim/vimfiles/syntax_checkers/c/flawfinder.vim
/usr/share/vim/vimfiles/syntax_checkers/c/gcc.vim
/usr/share/vim/vimfiles/syntax_checkers/c/make.vim
/usr/share/vim/vimfiles/syntax_checkers/c/oclint.vim
/usr/share/vim/vimfiles/syntax_checkers/c/pc_lint.vim
/usr/share/vim/vimfiles/syntax_checkers/c/sparse.vim
/usr/share/vim/vimfiles/syntax_checkers/c/splint.vim

References

Summary

In this tutorial we learn how to install vim-syntastic-c on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).