How To Install vim-taglist on Fedora 36

In this tutorial we learn how to install vim-taglist in Fedora 36. vim-taglist is The taglist plugin for VIM editor

Introduction

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

What is vim-taglist

The “Tag List” plugin is a source code browser plugin for vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.

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

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

sudo dnf -y install vim-taglist

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

sudo yum -y install vim-taglist

How To Uninstall vim-taglist on Fedora 36

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

sudo dnf remove vim-taglist

vim-taglist Package Contents on Fedora 36

/usr/share/appdata/vim-taglist.metainfo.xml
/usr/share/vim/vimfiles/doc/taglist.txt
/usr/share/vim/vimfiles/plugin/taglist.vim

References

Summary

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