How To Install dee on Fedora 36
Introduction
In this tutorial we learn how to install dee
on Fedora 36.
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.
We can use yum
or dnf
to install dee
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dee.
Install dee 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 dee
using dnf
by running the following command:
sudo dnf -y install dee
Install dee 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 dee
using yum
by running the following command:
sudo yum -y install dee
How To Uninstall dee on Fedora 36
To uninstall only the dee
package we can use the following command:
sudo dnf remove dee
dee Package Contents on Fedora 36
/usr/bin/dee-tool
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/7f2f4f4ac96bfcad0440831e5f038c70b41302
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/21c8a33a0ba1859993d13fdba0cae6f1802f97
/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.10/site-packages/gi/overrides/Dee.py
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__/Dee.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__/Dee.cpython-310.pyc
/usr/share/licenses/dee
/usr/share/licenses/dee/COPYING
References
Summary
In this tutorial we learn how to install dee
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install dee on Fedora 36” linkTitle: “dee” type: “docs” description: “In this tutorial we learn how to install dee in Fedora 36. dee is Model to synchronize multiple instances over DBus” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dee-featured.png
Introduction
In this tutorial we learn how to install dee
on Fedora 36.
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.
We can use yum
or dnf
to install dee
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dee.
Install dee 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 dee
using dnf
by running the following command:
sudo dnf -y install dee
Install dee 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 dee
using yum
by running the following command:
sudo yum -y install dee
How To Uninstall dee on Fedora 36
To uninstall only the dee
package we can use the following command:
sudo dnf remove dee
dee Package Contents on Fedora 36
/usr/bin/dee-tool
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/9763eb80adaf2fd8a7d520759dbe813a7b125b
/usr/lib/.build-id/66
/usr/lib/.build-id/66/6845de48e063d9adefc31438bc93a9aefac8a3
/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.10/site-packages/gi/overrides/Dee.py
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__/Dee.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__/Dee.cpython-310.pyc
/usr/share/licenses/dee
/usr/share/licenses/dee/COPYING
References
Summary
In this tutorial we learn how to install dee
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).