How to Install and Uninstall hgsvn.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "hgsvn.noarch" package

Please follow the guidance below to install hgsvn.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install hgsvn.noarch

2. Uninstall "hgsvn.noarch" package

Please follow the instructions below to uninstall hgsvn.noarch on Fedora 38:

$ sudo dnf remove hgsvn.noarch $ sudo dnf autoremove

3. Information about the hgsvn.noarch package on Fedora 38

Last metadata expiration check: 0:20:26 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : hgsvn
Version : 0.6.0
Release : 9.fc38
Architecture : noarch
Size : 199 k
Source : hgsvn-0.6.0-9.fc38.src.rpm
Repository : fedora
Summary : A set of scripts to work locally on subversion checkouts using mercurial
URL : http://pypi.python.org/pypi/hgsvn/
License : GPLv3+
Description : This set of scripts allows to work locally on subversion managed
: projects using the mercurial distributed version control system.
:
: Why use mercurial? You can do local (disconnected) work, pull the
: latest changes from the subversion server, manage private branches,
: submit patches to project maintainers, etc. And of course you have
: fast local operations like hg log and hg annotate.