How To Install libcommuni on Fedora 34
Introduction
In this tutorial we learn how to install libcommuni
on Fedora 34.
What is libcommuni
A cross-platform IRC framework written with Qt. Communi provides a set of tools for enabling IRC connectivity in Qt-based C++ and QML applications. libcommuni 3.5.0 6.fc34 x86_64 310 k libcommuni-3.5.0-6.fc34.src.rpm fedora Cross-platform IRC framework written with Qt http LGPLv2+ A cross-platform IRC framework written with Qt. Communi provides a set of tools for enabling IRC connectivity in Qt-based C++ and QML applications.
We can use yum
or dnf
to install libcommuni
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libcommuni.
Install libcommuni on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libcommuni
using dnf
by running the following command:
sudo dnf -y install libcommuni
Install libcommuni on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libcommuni
using yum
by running the following command:
sudo yum -y install libcommuni
How To Uninstall libcommuni on Fedora 34
To uninstall only the libcommuni
package we can use the following command:
sudo dnf remove libcommuni
libcommuni Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/89cafc238e5eb06c32c62beafc4e3708eba9a7
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/4cbac6d1b75a85a44a43717cef4d317d46812a
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/8c64ef4d18b64ca4df610fdbb4fc511f657e7f
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/7b23c0c73730c6fb64bf81c76ab9ee27e4ecec
/usr/lib/libIrcCore.so.3
/usr/lib/libIrcCore.so.3.5
/usr/lib/libIrcCore.so.3.5.0
/usr/lib/libIrcModel.so.3
/usr/lib/libIrcModel.so.3.5
/usr/lib/libIrcModel.so.3.5.0
/usr/lib/libIrcUtil.so.3
/usr/lib/libIrcUtil.so.3.5
/usr/lib/libIrcUtil.so.3.5.0
/usr/lib/qt5/qml/Communi
/usr/lib/qt5/qml/Communi/libcommuniplugin.so
/usr/lib/qt5/qml/Communi/plugins.qmltypes
/usr/lib/qt5/qml/Communi/qmldir
/usr/share/doc/libcommuni
/usr/share/doc/libcommuni/AUTHORS
/usr/share/doc/libcommuni/CHANGELOG
/usr/share/doc/libcommuni/README.md
/usr/share/licenses/libcommuni
/usr/share/licenses/libcommuni/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/521d4c0a1e436b76542a4fabbc6ccf806d73dd
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/8d158fcea9fd80277239cad3164266d336dde7
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/7209e2cf8680566c5bf44ae702cee2ce64a669
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/a3ce8e86fc7e69b4a8571524c4b9da274a9064
/usr/lib64/libIrcCore.so.3
/usr/lib64/libIrcCore.so.3.5
/usr/lib64/libIrcCore.so.3.5.0
/usr/lib64/libIrcModel.so.3
/usr/lib64/libIrcModel.so.3.5
/usr/lib64/libIrcModel.so.3.5.0
/usr/lib64/libIrcUtil.so.3
/usr/lib64/libIrcUtil.so.3.5
/usr/lib64/libIrcUtil.so.3.5.0
/usr/lib64/qt5/qml/Communi
/usr/lib64/qt5/qml/Communi/libcommuniplugin.so
/usr/lib64/qt5/qml/Communi/plugins.qmltypes
/usr/lib64/qt5/qml/Communi/qmldir
/usr/share/doc/libcommuni
/usr/share/doc/libcommuni/AUTHORS
/usr/share/doc/libcommuni/CHANGELOG
/usr/share/doc/libcommuni/README.md
/usr/share/licenses/libcommuni
/usr/share/licenses/libcommuni/LICENSE
References
- [libcommuni website](http://communi.github.com http://communi.github.com)
Summary
In this tutorial we learn how to install libcommuni
on Fedora 34 using yum and dnf.