How To Install diffmark on Fedora 34

diffmark is XML diff and merge XML diff and merge

Introduction

In this tutorial we learn how to install diffmark on Fedora 34.

What is diffmark

This is an XML diff and merge package. It consists of a shared library and two utilities diffmark 0.10 25.fc34 x86_64 56 k diffmark-0.10-25.fc34.src.rpm fedora XML diff and merge http diffmark and (GPL+ or Artistic) This is an XML diff and merge package. It consists of a shared library and two utilities

We can use yum or dnf to install diffmark on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install diffmark.

Install diffmark on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install diffmark using dnf by running the following command:

sudo dnf -y install diffmark

Install diffmark on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install diffmark using yum by running the following command:

sudo yum -y install diffmark

How To Uninstall diffmark on Fedora 34

To uninstall only the diffmark package we can use the following command:

sudo dnf remove diffmark

diffmark Package Contents on Fedora 34

/usr/bin/dm
/usr/bin/dm-merge
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/a9bf8b44911c517a1b260c8c91e495d19e278f
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/8c3a8ae58486c6c613e1f203d794f42da61810
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/b13703d7371b42443e88e5b51b1d82854d2610
/usr/lib/libdiffmark.so.1
/usr/lib/libdiffmark.so.1.1.3
/usr/share/doc/diffmark
/usr/share/doc/diffmark/README
/usr/share/doc/diffmark/diffmark.html
/usr/share/licenses/diffmark
/usr/share/licenses/diffmark/COPYING
/usr/bin/dm
/usr/bin/dm-merge
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/228f6adfd7fa004e393dc986d0344f47e39366
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/e55b371a83ca9cc4d1e4b348ebdb38605c0ad3
/usr/lib/.build-id/51
/usr/lib/.build-id/51/9380beb81fb6e15ff2506a7da2402a0aea299e
/usr/lib64/libdiffmark.so.1
/usr/lib64/libdiffmark.so.1.1.3
/usr/share/doc/diffmark
/usr/share/doc/diffmark/README
/usr/share/doc/diffmark/diffmark.html
/usr/share/licenses/diffmark
/usr/share/licenses/diffmark/COPYING

References

Summary

In this tutorial we learn how to install diffmark on Fedora 34 using yum and dnf.