How To Install qt-at-spi on Fedora 36

In this tutorial we learn how to install qt-at-spi in Fedora 36. qt-at-spi is Qt plugin that bridges Qt’s accessibility API to AT-SPI2

Introduction

In this tutorial we learn how to install qt-at-spi on Fedora 36.

What is qt-at-spi

This is a Qt plugin that bridges Qt’s accessibility API to AT-SPI2. With recent versions of AT-SPI2 this should make Qt applications accessible with the help of tools such as Gnome’s Orca screen-reader.

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

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

sudo dnf -y install qt-at-spi

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

sudo yum -y install qt-at-spi

How To Uninstall qt-at-spi on Fedora 36

To uninstall only the qt-at-spi package we can use the following command:

sudo dnf remove qt-at-spi

qt-at-spi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/640d92dd86f039acfa065a0d267dabbdb7a3e8
/usr/lib/qt4/plugins/accessiblebridge
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
/usr/share/doc/qt-at-spi
/usr/share/doc/qt-at-spi/README
/usr/share/doc/qt-at-spi/qt-at-spi.sh
/usr/share/licenses/qt-at-spi
/usr/share/licenses/qt-at-spi/LICENSE

References

Summary

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


title: “How To Install qt-at-spi on Fedora 36” linkTitle: “qt-at-spi” type: “docs” description: “In this tutorial we learn how to install qt-at-spi in Fedora 36. qt-at-spi is Qt plugin that bridges Qt’s accessibility API to AT-SPI2” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt-at-spi-featured.png

Introduction

In this tutorial we learn how to install qt-at-spi on Fedora 36.

What is qt-at-spi

This is a Qt plugin that bridges Qt’s accessibility API to AT-SPI2. With recent versions of AT-SPI2 this should make Qt applications accessible with the help of tools such as Gnome’s Orca screen-reader.

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

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

sudo dnf -y install qt-at-spi

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

sudo yum -y install qt-at-spi

How To Uninstall qt-at-spi on Fedora 36

To uninstall only the qt-at-spi package we can use the following command:

sudo dnf remove qt-at-spi

qt-at-spi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/626af216064310c9b6d72b57b0dc4b140aaf67
/usr/lib64/qt4/plugins/accessiblebridge
/usr/lib64/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
/usr/share/doc/qt-at-spi
/usr/share/doc/qt-at-spi/README
/usr/share/doc/qt-at-spi/qt-at-spi.sh
/usr/share/licenses/qt-at-spi
/usr/share/licenses/qt-at-spi/LICENSE

References

Summary

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