How to Install and Uninstall mercurial-chg.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "mercurial-chg.x86_64" package

Please follow the guidance below to install mercurial-chg.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mercurial-chg.x86_64

2. Uninstall "mercurial-chg.x86_64" package

Please follow the guidelines below to uninstall mercurial-chg.x86_64 on Fedora 34:

$ sudo dnf remove mercurial-chg.x86_64 $ sudo dnf autoremove

3. Information about the mercurial-chg.x86_64 package on Fedora 34

Last metadata expiration check: 1:36:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mercurial-chg
Version : 5.7.1
Release : 1.fc34
Architecture : x86_64
Size : 26 k
Source : mercurial-5.7.1-1.fc34.src.rpm
Repository : fedora
Summary : A fast client for Mercurial command server running on Unix. It saves time of slow Python startup.
URL : https://mercurial-scm.org/
License : GPLv2+
Description : chg is a C wrapper for the hg command. Typically, when you type hg, a new
: Python process is created, Mercurial is loaded, and your requested command runs
: and the process exits.
:
: With chg, a Mercurial command server background process is created that runs
: Mercurial. When you type chg, a C program connects to that background process
: and executes Mercurial commands.