How to Install and Uninstall python3-hgapi.noarch Package on Fedora 34

Last updated: May 04,2024

1. Install "python3-hgapi.noarch" package

Please follow the step by step instructions below to install python3-hgapi.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-hgapi.noarch

2. Uninstall "python3-hgapi.noarch" package

Please follow the instructions below to uninstall python3-hgapi.noarch on Fedora 34:

$ sudo dnf remove python3-hgapi.noarch $ sudo dnf autoremove

3. Information about the python3-hgapi.noarch package on Fedora 34

Last metadata expiration check: 1:53:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-hgapi
Version : 1.7.4
Release : 14.fc34
Architecture : noarch
Size : 36 k
Source : python-hgapi-1.7.4-14.fc34.src.rpm
Repository : fedora
Summary : Python 3 API to Mercurial using the command-line interface
URL : https://bitbucket.org/haard/hgapi
License : MIT
Description : hgapi is a pure-Python API to Mercurial, that uses the command-line interface
: instead of the internal Mercurial API. The rationale for this is twofold: the
: internal API is unstable, and it is GPL.
:
: hgapi works for all versions of Mercurial, and will instantly reflect any
: changes to the repository (including hgrc).