How To Install vim-syntastic-scss on Fedora 36
Introduction
In this tutorial we learn how to install vim-syntastic-scss
on Fedora 36.
What is vim-syntastic-scss
Allows checking scss sources files.
We can use yum
or dnf
to install vim-syntastic-scss
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vim-syntastic-scss.
Install vim-syntastic-scss 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-scss
using dnf
by running the following command:
sudo dnf -y install vim-syntastic-scss
Install vim-syntastic-scss 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-scss
using yum
by running the following command:
sudo yum -y install vim-syntastic-scss
How To Uninstall vim-syntastic-scss on Fedora 36
To uninstall only the vim-syntastic-scss
package we can use the following command:
sudo dnf remove vim-syntastic-scss
vim-syntastic-scss Package Contents on Fedora 36
/usr/share/licenses/vim-syntastic-scss
/usr/share/licenses/vim-syntastic-scss/LICENCE
/usr/share/vim/vimfiles/syntax_checkers/scss
/usr/share/vim/vimfiles/syntax_checkers/scss/mixedindentlint.vim
/usr/share/vim/vimfiles/syntax_checkers/scss/sass.vim
/usr/share/vim/vimfiles/syntax_checkers/scss/sass_lint.vim
/usr/share/vim/vimfiles/syntax_checkers/scss/sassc.vim
/usr/share/vim/vimfiles/syntax_checkers/scss/scss_lint.vim
/usr/share/vim/vimfiles/syntax_checkers/scss/stylelint.vim
References
Summary
In this tutorial we learn how to install vim-syntastic-scss
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).