How To Install reposurgeon on Fedora 36
Introduction
In this tutorial we learn how to install reposurgeon
on Fedora 36.
What is reposurgeon
Reposurgeon enables risky operations that version-control systems don’t want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, fossil, bzr, CVS and RCS. It can also read Subversion dump files directly and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.
We can use yum
or dnf
to install reposurgeon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install reposurgeon.
Install reposurgeon on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install reposurgeon
using dnf
by running the following command:
sudo dnf -y install reposurgeon
Install reposurgeon on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install reposurgeon
using yum
by running the following command:
sudo yum -y install reposurgeon
How To Uninstall reposurgeon on Fedora 36
To uninstall only the reposurgeon
package we can use the following command:
sudo dnf remove reposurgeon
reposurgeon Package Contents on Fedora 36
/usr/bin/repocutter
/usr/bin/repomapper
/usr/bin/reposurgeon
/usr/bin/repotool
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/a8b5e40b738e471f36a06fedd0561137108b39
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/7edc823b65d119295c218138556e6e16bd1c70
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/14be17354fcfb85b5cddf12f1dbabbdb95ff2a
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/da15bbc08a86bd50ac991cd2699a3c09670d4b
/usr/share/doc/reposurgeon
/usr/share/doc/reposurgeon/INSTALL.html
/usr/share/doc/reposurgeon/NEWS.html
/usr/share/doc/reposurgeon/README.html
/usr/share/doc/reposurgeon/oops.svg
/usr/share/doc/reposurgeon/repobench.html
/usr/share/doc/reposurgeon/repocutter.html
/usr/share/doc/reposurgeon/repomapper.html
/usr/share/doc/reposurgeon/repository-editing.html
/usr/share/doc/reposurgeon/reposurgeon.html
/usr/share/doc/reposurgeon/repotool.html
/usr/share/emacs/site-lisp/reposurgeon-mode.el
/usr/share/licenses/reposurgeon
/usr/share/licenses/reposurgeon/COPYING
/usr/share/man/man1/repocutter.1.gz
/usr/share/man/man1/repomapper.1.gz
/usr/share/man/man1/reposurgeon.1.gz
/usr/share/man/man1/repotool.1.gz
References
Summary
In this tutorial we learn how to install reposurgeon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).