How To Install qjdns-qt4 on Fedora 36

In this tutorial we learn how to install qjdns-qt4 in Fedora 36. qjdns-qt4 is Qt4-wrapper for jdns

Introduction

In this tutorial we learn how to install qjdns-qt4 on Fedora 36.

What is qjdns-qt4

For Qt4 users there is a wrapper available called QJDns and a very high-level wrapper called QJDnsShared (under its original name JDnsShared). Qt-based command-line tool called ‘jdns’ that can be used to test functionality.

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

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

sudo dnf -y install qjdns-qt4

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

sudo yum -y install qjdns-qt4

How To Uninstall qjdns-qt4 on Fedora 36

To uninstall only the qjdns-qt4 package we can use the following command:

sudo dnf remove qjdns-qt4

qjdns-qt4 Package Contents on Fedora 36

---
title: "How To Install qjdns-qt4 on Fedora 36"
linkTitle: "qjdns-qt4"
type: "docs"
description: "In this tutorial we learn how to install qjdns-qt4 in Fedora 36. qjdns-qt4 is Qt4-wrapper for jdns"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qjdns-qt4-featured.png
---

## Introduction

In this tutorial we learn how to install `qjdns-qt4` on Fedora 36.

### What is `qjdns-qt4`

> For Qt4 users there is a wrapper available called QJDns and a very high-level wrapper called QJDnsShared (under its original name JDnsShared).  Qt-based command-line tool called ‘jdns’ that can be used to test functionality.  

We can use `yum` or `dnf` to install `qjdns-qt4` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qjdns-qt4.

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

sudo dnf -y install qjdns-qt4

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

sudo yum -y install qjdns-qt4

How To Uninstall qjdns-qt4 on Fedora 36

To uninstall only the qjdns-qt4 package we can use the following command:

sudo dnf remove qjdns-qt4

qjdns-qt4 Package Contents on Fedora 36

/usr/bin/jdns
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/2828ff88b762d5ed08c1b646ffcfa516da69fd
/usr/lib/.build-id/87
/usr/lib/.build-id/87/47635290ecc3979dab7945c50690a38c96465b
/usr/lib/libqjdns-qt4.so.2
/usr/lib/libqjdns-qt4.so.2.0.6
/usr/lib/libqjdns.so.2

References

Summary

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

/usr/bin/jdns /usr/lib/.build-id /usr/lib/.build-id/8e /usr/lib/.build-id/8e/d0bf7f5e3ba5fd5a8d25ad091dd05b25c36049 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/3ab09a1e896591ae97de5ee140c8d7044a7526 /usr/lib64/libqjdns-qt4.so.2 /usr/lib64/libqjdns-qt4.so.2.0.6 /usr/lib64/libqjdns.so.2


## References

* [qjdns-qt4 website](https://github.com/psi-im/jdns)

## Summary

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