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

Last updated: October 03,2024

1. Install "python3-hgapi.noarch" package

Please follow the guidelines below to install python3-hgapi.noarch on Fedora 38

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

2. Uninstall "python3-hgapi.noarch" package

Please follow the guidelines below to uninstall python3-hgapi.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:51:19 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-hgapi
Version : 1.7.4
Release : 20.fc38
Architecture : noarch
Size : 45 k
Source : python-hgapi-1.7.4-20.fc38.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).