How to Install and Uninstall qtsingleapplication.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "qtsingleapplication.x86_64" package

Here is a brief guide to show you how to install qtsingleapplication.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qtsingleapplication.x86_64

2. Uninstall "qtsingleapplication.x86_64" package

Please follow the steps below to uninstall qtsingleapplication.x86_64 on Fedora 34:

$ sudo dnf remove qtsingleapplication.x86_64 $ sudo dnf autoremove

3. Information about the qtsingleapplication.x86_64 package on Fedora 34

Last metadata expiration check: 0:15:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : qtsingleapplication
Version : 2.6.1
Release : 41.fc34
Architecture : x86_64
Size : 41 k
Source : qtsingleapplication-2.6.1-41.fc34.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.