How to Install and Uninstall qtsingleapplication.i686 Package on Fedora 36

Last updated: July 02,2024

1. Install "qtsingleapplication.i686" package

In this section, we are going to explain the necessary steps to install qtsingleapplication.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install qtsingleapplication.i686

2. Uninstall "qtsingleapplication.i686" package

Please follow the guidelines below to uninstall qtsingleapplication.i686 on Fedora 36:

$ sudo dnf remove qtsingleapplication.i686 $ sudo dnf autoremove

3. Information about the qtsingleapplication.i686 package on Fedora 36

Last metadata expiration check: 4:17:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qtsingleapplication
Version : 2.6.1
Release : 43.fc36
Architecture : i686
Size : 41 k
Source : qtsingleapplication-2.6.1-43.fc36.src.rpm
Repository : fedora
Summary : Qt library to start applications only once per user
URL : http://doc.qt.digia.com/solutions/4/qtsingleapplication/qtsingleapplication.html
License : GPLv3 or LGPLv2 with exceptions
Description : For some applications it is useful or even critical that they are started
: only once by any user. Future attempts to start the application should
: activate any already running instance, and possibly perform requested
: actions, e.g. loading a file, in that instance.
:
: The QtSingleApplication class provides an interface to detect a running
: instance, and to send command strings to that instance.