How To Install vim-javabrowser on Fedora 36

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

Introduction

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

What is vim-javabrowser

This script is SPECIFICALLY tailored for Java language. So, it shows structure of the Java file starting with classes defined within it and NOT in a general tag structure. It also has a nice syntax to show the class members in UML format.

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

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

sudo dnf -y install vim-javabrowser

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

sudo yum -y install vim-javabrowser

How To Uninstall vim-javabrowser on Fedora 36

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

sudo dnf remove vim-javabrowser

vim-javabrowser Package Contents on Fedora 36

/usr/share/appdata/vim-javabrowser.metainfo.xml
/usr/share/doc/vim-javabrowser
/usr/share/doc/vim-javabrowser/README
/usr/share/pixmaps/tagindicator.bmp
/usr/share/pixmaps/tagindicator.xpm
/usr/share/vim/vimfiles/plugin/javabrowser.vim

References

Summary

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