How To Install dee on Fedora 34
Introduction
In this tutorial we learn how to install dee
on Fedora 34.
What is dee
Libdee is a library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus. It also consists of utility objects which extend DBus allowing for peer-to-peer discoverability of known objects without needing a central registrar. dee 1.2.7 33.fc34 x86_64 118 k dee-1.2.7-33.fc34.src.rpm fedora Model to synchronize multiple instances over DBus https LGPLv3 Libdee is a library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus. It also consists of utility objects which extend DBus allowing for peer-to-peer discoverability of known objects without needing a central registrar.
We can use yum
or dnf
to install dee
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install dee.
Install dee 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 dee
using dnf
by running the following command:
sudo dnf -y install dee
Install dee 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 dee
using yum
by running the following command:
sudo yum -y install dee
How To Uninstall dee on Fedora 34
To uninstall only the dee
package we can use the following command:
sudo dnf remove dee
dee Package Contents on Fedora 34
/usr/bin/dee-tool
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/a3e0760e65944d217f4aab727533da13e33ed9
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/259865d196fd4383870a77f8d587e18dc7d7d9
/usr/lib64/girepository-1.0/Dee-1.0.typelib
/usr/lib64/libdee-1.0.so.4
/usr/lib64/libdee-1.0.so.4.2.1
/usr/lib64/python3.9/site-packages/gi/overrides/Dee.py
/usr/lib64/python3.9/site-packages/gi/overrides/__pycache__
/usr/lib64/python3.9/site-packages/gi/overrides/__pycache__/Dee.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/gi/overrides/__pycache__/Dee.cpython-39.pyc
/usr/share/licenses/dee
/usr/share/licenses/dee/COPYING
/usr/bin/dee-tool
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/c6cd5d2ea4307e2a7cb05f3eaf6bc15f057146
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/854d19442c4373921b3fb9cf62c66a2499c3b8
/usr/lib/girepository-1.0/Dee-1.0.typelib
/usr/lib/libdee-1.0.so.4
/usr/lib/libdee-1.0.so.4.2.1
/usr/lib/python3.9/site-packages/gi/overrides/Dee.py
/usr/lib/python3.9/site-packages/gi/overrides/__pycache__
/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/Dee.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/Dee.cpython-39.pyc
/usr/share/licenses/dee
/usr/share/licenses/dee/COPYING
References
- [dee website](https://launchpad.net/dee https://launchpad.net/dee)
Summary
In this tutorial we learn how to install dee
on Fedora 34 using yum and dnf.