How To Install hgview-curses on Fedora 36

In this tutorial we learn how to install hgview-curses in Fedora 36. hgview-curses is Mercurial interactive curses based history viewer

Introduction

In this tutorial we learn how to install hgview-curses on Fedora 36.

What is hgview-curses

hgview is a simple tool aiming at visually navigating Mercurial repository history. It has been written with efficiency in mind, both in terms of computational efficiency and user experience efficiency. This package provides a curses based UI. A Qt based GUI is also available.

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

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

sudo dnf -y install hgview-curses

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

sudo yum -y install hgview-curses

How To Uninstall hgview-curses on Fedora 36

To uninstall only the hgview-curses package we can use the following command:

sudo dnf remove hgview-curses

hgview-curses Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/hgviewlib/curses
/usr/lib/python3.10/site-packages/hgviewlib/curses/__init__.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/application.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/application.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/canvas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/canvas.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/graphlog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/graphlog.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/helpviewer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/helpviewer.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/hgrepoviewer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/hgrepoviewer.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/mainframe.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/mainframe.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/manifest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/manifest.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/hgviewlib/curses/application.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/canvas.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/exceptions.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/graphlog.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/helpviewer.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/hgrepoviewer.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/mainframe.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/manifest.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/utils.py
/usr/lib/python3.10/site-packages/hgviewlib/curses/widgets.py

References

Summary

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