How To Install unique on Fedora 36
Introduction
In this tutorial we learn how to install unique
on Fedora 36.
What is unique
Unique is a library for writing single instance applications, that is applications that are run once and every further call to the same binary either exits immediately or sends a command to the running instance.
We can use yum
or dnf
to install unique
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unique.
Install unique 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 unique
using dnf
by running the following command:
sudo dnf -y install unique
Install unique 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 unique
using yum
by running the following command:
sudo yum -y install unique
How To Uninstall unique on Fedora 36
To uninstall only the unique
package we can use the following command:
sudo dnf remove unique
unique Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/e30b3ae6b8aee0f433f162e78152144accca4d
/usr/lib64/libunique-1.0.so.0
/usr/lib64/libunique-1.0.so.0.100.6
/usr/share/doc/unique
/usr/share/doc/unique/AUTHORS
/usr/share/doc/unique/COPYING
/usr/share/doc/unique/ChangeLog
/usr/share/doc/unique/README
References
Summary
In this tutorial we learn how to install unique
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install unique on Fedora 36” linkTitle: “unique” type: “docs” description: “In this tutorial we learn how to install unique in Fedora 36. unique is Single instance support for applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/unique-featured.png
Introduction
In this tutorial we learn how to install unique
on Fedora 36.
What is unique
Unique is a library for writing single instance applications, that is applications that are run once and every further call to the same binary either exits immediately or sends a command to the running instance.
We can use yum
or dnf
to install unique
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unique.
Install unique 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 unique
using dnf
by running the following command:
sudo dnf -y install unique
Install unique 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 unique
using yum
by running the following command:
sudo yum -y install unique
How To Uninstall unique on Fedora 36
To uninstall only the unique
package we can use the following command:
sudo dnf remove unique
unique Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/a0f92f402fca450d2117761d32ab30db86b934
/usr/lib/libunique-1.0.so.0
/usr/lib/libunique-1.0.so.0.100.6
/usr/share/doc/unique
/usr/share/doc/unique/AUTHORS
/usr/share/doc/unique/COPYING
/usr/share/doc/unique/ChangeLog
/usr/share/doc/unique/README
References
Summary
In this tutorial we learn how to install unique
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).