How To Install diffmark on Fedora 36

In this tutorial we learn how to install diffmark in Fedora 36. diffmark is XML diff and merge

Introduction

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

What is diffmark

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install diffmark.

Install diffmark 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 diffmark using dnf by running the following command:

sudo dnf -y install diffmark

Install diffmark 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 diffmark using yum by running the following command:

sudo yum -y install diffmark

How To Uninstall diffmark on Fedora 36

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

sudo dnf remove diffmark

diffmark Package Contents on Fedora 36

---
title: "How To Install diffmark on Fedora 36"
linkTitle: "diffmark"
type: "docs"
description: "In this tutorial we learn how to install diffmark in Fedora 36. diffmark is XML diff and merge"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/diffmark-featured.png
---

## Introduction

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

### What is `diffmark`

> 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 36. In this tutorial we discuss both methods but you only need to choose one of method to install diffmark.

## Install diffmark on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install diffmark

Install diffmark 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 diffmark using yum by running the following command:

sudo yum -y install diffmark

How To Uninstall diffmark on Fedora 36

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

sudo dnf remove diffmark

diffmark Package Contents on Fedora 36

/usr/bin/dm
/usr/bin/dm-merge
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/d9a15f604a13f87e058774d025873b67055b90
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/77af7d3e94487842ff8ff7ee4ccb765a9b0fb4
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/cd689899bd5486aad218edd65148ddfa896b74
/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

References

Summary

In this tutorial we learn how to install diffmark on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/dm /usr/bin/dm-merge /usr/lib/.build-id /usr/lib/.build-id/13 /usr/lib/.build-id/13/da4422e058aad36d8247dc47061665fdf3ca58 /usr/lib/.build-id/63 /usr/lib/.build-id/63/b361b212abb8f689361154ae4f912632d4e1dc /usr/lib/.build-id/84 /usr/lib/.build-id/84/33d9930de3cdfadb31aa87e9db498e6a08fe2a /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

* [diffmark website](http://www.mangrove.cz/diffmark/)

## Summary

In this tutorial we learn how to install `diffmark` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).