How to Install and Uninstall mercurial-rust.x86_64 Package on Fedora 39

Last updated: May 20,2024

1. Install "mercurial-rust.x86_64" package

Please follow the step by step instructions below to install mercurial-rust.x86_64 on Fedora 39

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

2. Uninstall "mercurial-rust.x86_64" package

This tutorial shows how to uninstall mercurial-rust.x86_64 on Fedora 39:

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

3. Information about the mercurial-rust.x86_64 package on Fedora 39

Last metadata expiration check: 5:00:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mercurial-rust
Version : 6.5.3
Release : 1.fc39
Architecture : x86_64
Size : 1.8 M
Source : mercurial-6.5.3-1.fc39.src.rpm
Repository : updates
Summary : Mercurial Rust binaries and extensions
URL : https://mercurial-scm.org/
License : GPLv2+
Description : This subpackage provides following Mercurial components implemented in Rust:
:
: The `rustext` extension speeds up some functionality of Mercurial, e.g.
: ancestry computations in revision graphs, status or discovery of differences
: between repositories.
:
: The experimental `rhg` executable implements a subset of the functionality of
: `hg` using only Rust, to avoid the startup cost of a Python interpreter. This
: subset is initially small but grows over time as `rhg` is improved. When
: fallback to the Python implementation is configured, `rhg` aims to be a drop-in
: replacement for `hg` that should behave the same, except that some commands run
: faster.