How To Install vim-nerdtree on Fedora 36

In this tutorial we learn how to install vim-nerdtree in Fedora 36. vim-nerdtree is A tree explorer plugin for the editor Vim

Introduction

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

What is vim-nerdtree

The NERD tree allows you to explore your filesystem and to open files and directories. It presents the filesystem to you in the form of a tree which you manipulate with the keyboard and/or mouse. It also allows you to perform simple filesystem operations.

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

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

sudo dnf -y install vim-nerdtree

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

sudo yum -y install vim-nerdtree

How To Uninstall vim-nerdtree on Fedora 36

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

sudo dnf remove vim-nerdtree

vim-nerdtree Package Contents on Fedora 36

/usr/share/appdata/vim-nerdtree.metainfo.xml
/usr/share/doc/vim-nerdtree
/usr/share/doc/vim-nerdtree/CHANGELOG
/usr/share/doc/vim-nerdtree/README.markdown
/usr/share/licenses/vim-nerdtree
/usr/share/licenses/vim-nerdtree/LICENCE
/usr/share/vim/vimfiles/autoload/nerdtree
/usr/share/vim/vimfiles/autoload/nerdtree.vim
/usr/share/vim/vimfiles/autoload/nerdtree/ui_glue.vim
/usr/share/vim/vimfiles/doc/NERD_tree.txt
/usr/share/vim/vimfiles/lib
/usr/share/vim/vimfiles/lib/nerdtree
/usr/share/vim/vimfiles/lib/nerdtree/bookmark.vim
/usr/share/vim/vimfiles/lib/nerdtree/creator.vim
/usr/share/vim/vimfiles/lib/nerdtree/event.vim
/usr/share/vim/vimfiles/lib/nerdtree/flag_set.vim
/usr/share/vim/vimfiles/lib/nerdtree/key_map.vim
/usr/share/vim/vimfiles/lib/nerdtree/menu_controller.vim
/usr/share/vim/vimfiles/lib/nerdtree/menu_item.vim
/usr/share/vim/vimfiles/lib/nerdtree/nerdtree.vim
/usr/share/vim/vimfiles/lib/nerdtree/notifier.vim
/usr/share/vim/vimfiles/lib/nerdtree/opener.vim
/usr/share/vim/vimfiles/lib/nerdtree/path.vim
/usr/share/vim/vimfiles/lib/nerdtree/tree_dir_node.vim
/usr/share/vim/vimfiles/lib/nerdtree/tree_file_node.vim
/usr/share/vim/vimfiles/lib/nerdtree/ui.vim
/usr/share/vim/vimfiles/nerdtree_plugin
/usr/share/vim/vimfiles/nerdtree_plugin/exec_menuitem.vim
/usr/share/vim/vimfiles/nerdtree_plugin/fs_menu.vim
/usr/share/vim/vimfiles/plugin/NERD_tree.vim
/usr/share/vim/vimfiles/syntax/nerdtree.vim

References

Summary

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