How To Install dtkgui on Fedora 34
Introduction
In this tutorial we learn how to install dtkgui
on Fedora 34.
What is dtkgui
Dtkgui is the GUI module for DDE look and feel. dtkgui 5.4.0 1.fc34 x86_64 168 k dtkgui-5.4.0-1.fc34.src.rpm fedora Deepin dtkgui https LGPLv3+ Dtkgui is the GUI module for DDE look and feel.
We can use yum
or dnf
to install dtkgui
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install dtkgui.
Install dtkgui 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 dtkgui
using dnf
by running the following command:
sudo dnf -y install dtkgui
Install dtkgui 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 dtkgui
using yum
by running the following command:
sudo yum -y install dtkgui
How To Uninstall dtkgui on Fedora 34
To uninstall only the dtkgui
package we can use the following command:
sudo dnf remove dtkgui
dtkgui Package Contents on Fedora 34
/etc/dbus-1/system.d/com.deepin.dtk.FileDrag.conf
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/7c8e775d211f8d3fc5fed40811e148c03d3097
/usr/lib/.build-id/98
/usr/lib/.build-id/98/bd766719118bf7c47c8a6a22f96476568c639d
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/30a8f1816c4667a376544e07ffe9b11b72b144
/usr/lib/libdtkgui.so.5
/usr/lib/libdtkgui.so.5.4
/usr/lib/libdtkgui.so.5.4.0
/usr/libexec/dtk5/deepin-gui-settings
/usr/libexec/dtk5/taskbar
/usr/share/doc/dtkgui
/usr/share/doc/dtkgui/README.md
/usr/share/licenses/dtkgui
/usr/share/licenses/dtkgui/LICENSE
/etc/dbus-1/system.d/com.deepin.dtk.FileDrag.conf
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/19b59a5367f5e7019111caa71cae62d66e70a6
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/60ff213e128103fadf407a8105ae1cca37bde6
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/ab7d685d34785ccdba493848f66843ef102348
/usr/lib64/libdtkgui.so.5
/usr/lib64/libdtkgui.so.5.4
/usr/lib64/libdtkgui.so.5.4.0
/usr/libexec/dtk5/deepin-gui-settings
/usr/libexec/dtk5/taskbar
/usr/share/doc/dtkgui
/usr/share/doc/dtkgui/README.md
/usr/share/licenses/dtkgui
/usr/share/licenses/dtkgui/LICENSE
References
- [dtkgui website](https://github.com/linuxdeepin/dtkgui https://github.com/linuxdeepin/dtkgui)
Summary
In this tutorial we learn how to install dtkgui
on Fedora 34 using yum and dnf.