How To Install vim-fugitive-pagure on Fedora 36

In this tutorial we learn how to install vim-fugitive-pagure in Fedora 36. vim-fugitive-pagure is Pagure support for vim-fugitive plugin

Introduction

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

What is vim-fugitive-pagure

Pagure support for

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

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

sudo dnf -y install vim-fugitive-pagure

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

sudo yum -y install vim-fugitive-pagure

How To Uninstall vim-fugitive-pagure on Fedora 36

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

sudo dnf remove vim-fugitive-pagure

vim-fugitive-pagure Package Contents on Fedora 36

/usr/share/doc/vim-fugitive-pagure
/usr/share/doc/vim-fugitive-pagure/README.md
/usr/share/licenses/vim-fugitive-pagure
/usr/share/licenses/vim-fugitive-pagure/LICENSE
/usr/share/vim/vimfiles/plugin/__init__.py
/usr/share/vim/vimfiles/plugin/fugitive-pagure.vim
/usr/share/vim/vimfiles/plugin/fugitive_pagure.py

References

Summary

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