How To Install beediff on Fedora 36
Introduction
In this tutorial we learn how to install beediff
on Fedora 36.
What is beediff
This package provides a visual application (beediff) for comparing and merging files. User have a possibility to work with two text files. Every one is in separate panel. Panels are side by side. All differences of both textes are highlighted in colors. Operation buttons (merge, remove) are located direct inside compared textes in appropriate positions. Program is user friendly, very simply and efficient.
We can use yum
or dnf
to install beediff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install beediff.
Install beediff 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 beediff
using dnf
by running the following command:
sudo dnf -y install beediff
Install beediff 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 beediff
using yum
by running the following command:
sudo yum -y install beediff
How To Uninstall beediff on Fedora 36
To uninstall only the beediff
package we can use the following command:
sudo dnf remove beediff
beediff Package Contents on Fedora 36
/usr/bin/beediff
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/21ded47b28fc714bf894dea193fd8373b1e135
/usr/share/applications/beediff.desktop
/usr/share/doc/beediff
/usr/share/doc/beediff/ChangeLog.txt
/usr/share/doc/beediff/licence.txt
/usr/share/pixmaps/beediff.png
References
Summary
In this tutorial we learn how to install beediff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).