How To Install qt-assistant-adp-devel on Fedora 36

description: “In this tutorial we learn how to install qt-assistant-adp-devel in Fedora 36. qt-assistant-adp-devel is Development files for the compatibility QAssistantClient” title: “How To Install qt-assistant-adp-devel on Fedora 36” date: “2022-08-17” linkTitle: “qt-assistant-adp-devel” lastmod: “2022-08-17” type: “docs” #image: /images/fedora/36/qt-assistant-adp-devel-featured.png

description: “In this tutorial we learn how to install qt-assistant-adp-devel in Fedora 36. qt-assistant-adp-devel is Development files for the compatibility QAssistantClient”

date: “2022-08-17”

Introduction

lastmod: “2022-08-17”

#image: /images/fedora/36/qt-assistant-adp-devel-featured.png In this tutorial we learn how to install qt-assistant-adp-devel on Fedora 36.

What is qt-assistant-adp-devel

Introduction

This package contains the files necessary to build applications using the deprecated QAssistantClient class (in the deprecated QtAssistantClient library), which is used together with the legacy Assistant Document Profile (.adp) version of Qt Assistant. This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code. New code should use the Qt Help Framework introduced in Qt 4.4 and/or the version of Qt Assistant based on it (also introduced in Qt 4.4) instead.
In this tutorial we learn how to install qt-assistant-adp-devel on Fedora 36.

What is qt-assistant-adp-devel

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

This package contains the files necessary to build applications using the deprecated QAssistantClient class (in the deprecated QtAssistantClient library), which is used together with the legacy Assistant Document Profile (.adp) version of Qt Assistant. This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code. New code should use the Qt Help Framework introduced in Qt 4.4 and/or the version of Qt Assistant based on it (also introduced in Qt 4.4) instead.

Install qt-assistant-adp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. We can use yum or dnf to install qt-assistant-adp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt-assistant-adp-devel.

sudo dnf makecache --refresh
## Install qt-assistant-adp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. After updating yum database, We can install qt-assistant-adp-devel using dnf by running the following command:

```bash
sudo dnf makecache --refresh
sudo dnf -y install qt-assistant-adp-devel


After updating yum database, We can install `qt-assistant-adp-devel` using `dnf` by running the following command:
## Install qt-assistant-adp-devel on Fedora 36 Using yum


```bash
Update yum database with `yum` using the following command.
sudo dnf -y install qt-assistant-adp-devel

sudo yum makecache --refresh
## Install qt-assistant-adp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

After updating yum database, We can install qt-assistant-adp-devel using yum by running the following command:


sudo yum makecache --refresh
```bash
sudo yum -y install qt-assistant-adp-devel

## How To Uninstall qt-assistant-adp-devel on Fedora 36
After updating yum database, We can install `qt-assistant-adp-devel` using `yum` by running the following command:


To uninstall only the `qt-assistant-adp-devel` package we can use the following command:
```bash

sudo yum -y install qt-assistant-adp-devel
```bash

sudo dnf remove qt-assistant-adp-devel

## How To Uninstall qt-assistant-adp-devel on Fedora 36


## qt-assistant-adp-devel Package Contents on Fedora 36
To uninstall only the `qt-assistant-adp-devel` package we can use the following command:


```bash
```bash
sudo dnf remove qt-assistant-adp-devel

qt-assistant-adp-devel Package Contents on Fedora 36

/usr/include/QtAssistant
/usr/include/QtAssistant/QAssistantClient
/usr/include/QtAssistant/QtAssistant
/usr/include/QtAssistant/qassistantclient.h
/usr/include/QtAssistant/qassistantclient_global.h
/usr/lib/libQtAssistantClient.prl
/usr/lib/libQtAssistantClient.so
/usr/lib/libQtAssistantClient_debug.so
/usr/lib/pkgconfig/QtAssistantClient.pc
/usr/lib/qt4/mkspecs/features/assistant.prf

References

Summary

In this tutorial we learn how to install qt-assistant-adp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/QtAssistant /usr/include/QtAssistant/QAssistantClient /usr/include/QtAssistant/QtAssistant /usr/include/QtAssistant/qassistantclient.h /usr/include/QtAssistant/qassistantclient_global.h /usr/lib64/libQtAssistantClient.prl /usr/lib64/libQtAssistantClient.so /usr/lib64/libQtAssistantClient_debug.so /usr/lib64/pkgconfig/QtAssistantClient.pc /usr/lib64/qt4/mkspecs/features/assistant.prf


## References

* [qt-assistant-adp-devel website](https://download.qt.io/archive/qt/4.6/)

## Summary

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