How To Install dtkcore on Fedora 34
Introduction
In this tutorial we learn how to install dtkcore
on Fedora 34.
What is dtkcore
Deepin tool kit core modules. dtkcore 5.4.0 1.fc34 x86_64 308 k dtkcore-5.4.0-1.fc34.src.rpm fedora Deepin tool kit core modules https LGPLv3+ Deepin tool kit core modules.
We can use yum
or dnf
to install dtkcore
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install dtkcore.
Install dtkcore 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 dtkcore
using dnf
by running the following command:
sudo dnf -y install dtkcore
Install dtkcore 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 dtkcore
using yum
by running the following command:
sudo yum -y install dtkcore
How To Uninstall dtkcore on Fedora 34
To uninstall only the dtkcore
package we can use the following command:
sudo dnf remove dtkcore
dtkcore Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/e773abbb6b833125ed0fd665d81f5ccce4010e
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/efca1b4097cf58e531caf1ee5e31d8560aa1ca
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/b555adcb564b38fcc8bd1ae66c5c314e74c7ab
/usr/lib64/libdtkcore.so.5
/usr/lib64/libdtkcore.so.5.4
/usr/lib64/libdtkcore.so.5.4.0
/usr/libexec/dtk5
/usr/libexec/dtk5/deepin-os-release
/usr/libexec/dtk5/dtk-license.py
/usr/libexec/dtk5/dtk-settings
/usr/libexec/dtk5/dtk-translate.py
/usr/share/doc/dtkcore
/usr/share/doc/dtkcore/README.md
/usr/share/licenses/dtkcore
/usr/share/licenses/dtkcore/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/cda646659592c3f70c4fe62e1f4916c9206a25
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/9d1c7816f102681e9acf7ebb1dae6c31f4d0c7
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/b2344a24aaac331f16a4260afa2379c67fa946
/usr/lib/libdtkcore.so.5
/usr/lib/libdtkcore.so.5.4
/usr/lib/libdtkcore.so.5.4.0
/usr/libexec/dtk5
/usr/libexec/dtk5/deepin-os-release
/usr/libexec/dtk5/dtk-license.py
/usr/libexec/dtk5/dtk-settings
/usr/libexec/dtk5/dtk-translate.py
/usr/share/doc/dtkcore
/usr/share/doc/dtkcore/README.md
/usr/share/licenses/dtkcore
/usr/share/licenses/dtkcore/LICENSE
References
- [dtkcore website](https://github.com/linuxdeepin/dtkcore https://github.com/linuxdeepin/dtkcore)
Summary
In this tutorial we learn how to install dtkcore
on Fedora 34 using yum and dnf.