How To Install gap-vim on Fedora 36

In this tutorial we learn how to install gap-vim in Fedora 36. gap-vim is Edit GAP files with VIM

Introduction

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

What is gap-vim

This package provides VIM add-on files to support editing GAP sources. Both syntax highlighting and indentation are supported.

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

Install gap-vim 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 gap-vim using dnf by running the following command:

sudo dnf -y install gap-vim

Install gap-vim 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 gap-vim using yum by running the following command:

sudo yum -y install gap-vim

How To Uninstall gap-vim on Fedora 36

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

sudo dnf remove gap-vim

gap-vim Package Contents on Fedora 36

/usr/share/doc/gap-vim
/usr/share/doc/gap-vim/README.vim-utils
/usr/share/doc/gap-vim/debug.vim
/usr/share/doc/gap-vim/debugvim.txt
/usr/share/vim/vimfiles/ftdetect/gap.vim
/usr/share/vim/vimfiles/indent/gap_indent.vim
/usr/share/vim/vimfiles/syntax/gap.vim

References

Summary

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