How To Install attica on Fedora 36
Introduction
In this tutorial we learn how to install attica
on Fedora 36.
What is attica
Attica is a Qt library that implements the Open Collaboration Services API version 1.4.
We can use yum
or dnf
to install attica
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install attica.
Install attica 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 attica
using dnf
by running the following command:
sudo dnf -y install attica
Install attica 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 attica
using yum
by running the following command:
sudo yum -y install attica
How To Uninstall attica on Fedora 36
To uninstall only the attica
package we can use the following command:
sudo dnf remove attica
attica Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/ca346a30a3b45711348ed21b4d422b6935be55
/usr/lib64/libattica.so.0.4
/usr/lib64/libattica.so.0.4.2
/usr/share/doc/attica
/usr/share/doc/attica/AUTHORS
/usr/share/doc/attica/ChangeLog
/usr/share/doc/attica/README
/usr/share/licenses/attica
/usr/share/licenses/attica/COPYING
References
Summary
In this tutorial we learn how to install attica
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install attica on Fedora 36” linkTitle: “attica” type: “docs” description: “In this tutorial we learn how to install attica in Fedora 36. attica is Implementation of the Open Collaboration Services API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/attica-featured.png
Introduction
In this tutorial we learn how to install attica
on Fedora 36.
What is attica
Attica is a Qt library that implements the Open Collaboration Services API version 1.4.
We can use yum
or dnf
to install attica
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install attica.
Install attica 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 attica
using dnf
by running the following command:
sudo dnf -y install attica
Install attica 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 attica
using yum
by running the following command:
sudo yum -y install attica
How To Uninstall attica on Fedora 36
To uninstall only the attica
package we can use the following command:
sudo dnf remove attica
attica Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/03e978134c5a6d94c2151c8e6181fc3fd89377
/usr/lib/libattica.so.0.4
/usr/lib/libattica.so.0.4.2
/usr/share/doc/attica
/usr/share/doc/attica/AUTHORS
/usr/share/doc/attica/ChangeLog
/usr/share/doc/attica/README
/usr/share/licenses/attica
/usr/share/licenses/attica/COPYING
References
Summary
In this tutorial we learn how to install attica
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).