How to Install and Uninstall git-autofixup.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "git-autofixup.noarch" package

In this section, we are going to explain the necessary steps to install git-autofixup.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install git-autofixup.noarch

2. Uninstall "git-autofixup.noarch" package

This guide covers the steps necessary to uninstall git-autofixup.noarch on Fedora 34:

$ sudo dnf remove git-autofixup.noarch $ sudo dnf autoremove

3. Information about the git-autofixup.noarch package on Fedora 34

Last metadata expiration check: 0:56:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : git-autofixup
Version : 0.003001
Release : 1.fc34
Architecture : noarch
Size : 26 k
Source : git-autofixup-0.003001-1.fc34.src.rpm
Repository : updates
Summary : Autofixup - create fixup commits for topic branches
URL : https://github.com/torbiak/git-autofixup/
License : Artistic 2.0
Description : git-autofixup parses hunks of changes in the working directory out of \
: git diff output and uses git blame to assign those hunks to commits in \
: ..HEAD, which will typically represent a topic branch, and then \
: creates fixup commits to be used with git rebase --interactive --autosquash. \
: It is assumed that hunks near changes that were previously committed to \
: the topic branch are related.