How to Install and Uninstall patch.x86_64 Package on Fedora 35

Last updated: October 10,2024

1. Install "patch.x86_64" package

Please follow the guidelines below to install patch.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install patch.x86_64

2. Uninstall "patch.x86_64" package

Please follow the guidance below to uninstall patch.x86_64 on Fedora 35:

$ sudo dnf remove patch.x86_64 $ sudo dnf autoremove

3. Information about the patch.x86_64 package on Fedora 35

Last metadata expiration check: 4:36:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : patch
Version : 2.7.6
Release : 15.fc35
Architecture : x86_64
Size : 127 k
Source : patch-2.7.6-15.fc35.src.rpm
Repository : fedora
Summary : Utility for modifying/upgrading files
URL : https://savannah.gnu.org/projects/patch/
License : GPLv3+
Description : The patch program applies diff files to originals. The diff command
: is used to compare an original to a changed file. Diff lists the
: changes made to the file. A person who has the original file can then
: use the patch command with the diff file to add the changes to their
: original file (patching the file).
:
: Patch should be installed because it is a common way of upgrading
: applications.