How To Install jreen on Fedora 34
Introduction
In this tutorial we learn how to install jreen
on Fedora 34.
What is jreen
Qt4 XMPP Library. jreen 1.2.1 19.fc34 x86_64 375 k jreen-1.2.1-19.fc34.src.rpm fedora Qt4 XMPP Library https GPLv2+ Qt4 XMPP Library.
We can use yum
or dnf
to install jreen
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install jreen.
Install jreen 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 jreen
using dnf
by running the following command:
sudo dnf -y install jreen
Install jreen 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 jreen
using yum
by running the following command:
sudo yum -y install jreen
How To Uninstall jreen on Fedora 34
To uninstall only the jreen
package we can use the following command:
sudo dnf remove jreen
jreen Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/48b608e989b9828074b8755ed34415e48ac8f1
/usr/lib64/libjreen.so.1
/usr/lib64/libjreen.so.1.2.1
/usr/share/doc/jreen
/usr/share/doc/jreen/AUTHORS
/usr/share/doc/jreen/ChangeLog
/usr/share/doc/jreen/README.md
/usr/share/licenses/jreen
/usr/share/licenses/jreen/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/fb3b580c0123cd1447cb67b040b1408fe5c1f5
/usr/lib/libjreen.so.1
/usr/lib/libjreen.so.1.2.1
/usr/share/doc/jreen
/usr/share/doc/jreen/AUTHORS
/usr/share/doc/jreen/ChangeLog
/usr/share/doc/jreen/README.md
/usr/share/licenses/jreen
/usr/share/licenses/jreen/COPYING
References
- [jreen website](https://github.com/euroelessar/jreen https://github.com/euroelessar/jreen)
Summary
In this tutorial we learn how to install jreen
on Fedora 34 using yum and dnf.