How to Install and Uninstall qtsinglecoreapplication.x86_64 Package on Fedora 39

Last updated: October 05,2024

1. Install "qtsinglecoreapplication.x86_64" package

This is a short guide on how to install qtsinglecoreapplication.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install qtsinglecoreapplication.x86_64

2. Uninstall "qtsinglecoreapplication.x86_64" package

Learn how to uninstall qtsinglecoreapplication.x86_64 on Fedora 39:

$ sudo dnf remove qtsinglecoreapplication.x86_64 $ sudo dnf autoremove

3. Information about the qtsinglecoreapplication.x86_64 package on Fedora 39

Last metadata expiration check: 0:03:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : qtsinglecoreapplication
Version : 2.6.1
Release : 46.fc39
Architecture : x86_64
Size : 38 k
Source : qtsingleapplication-2.6.1-46.fc39.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.
:
: For console (non-GUI) applications, the QtSingleCoreApplication variant
: is provided, which avoids dependency on QtGui.