How To Install startdde on Fedora 34

startdde is Starter of deepin desktop environment

Introduction

In this tutorial we learn how to install startdde on Fedora 34.

What is startdde

Starter of deepin desktop environment.

We can use yum or dnf to install startdde on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install startdde.

Install startdde 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 startdde using dnf by running the following command:

sudo dnf -y install startdde

Install startdde 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 startdde using yum by running the following command:

sudo yum -y install startdde

How To Uninstall startdde on Fedora 34

To uninstall only the startdde package we can use the following command:

sudo dnf remove startdde

startdde Package Contents on Fedora 34

/etc/X11/xinit/xinitrc.d/00deepin-dde-env
/etc/X11/xinit/xinitrc.d/01deepin-profile
/etc/profile.d/deepin-xdg-dir.sh
/usr/bin/startdde
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/37e878663494a5c92dfc077e5be162a1741bbc
/usr/lib/.build-id/54
/usr/lib/.build-id/54/c10d360ef248a321453351c9ab522a2ab5ad9a
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/6bc04332f0ce3faab8bf6c69d559282dec2164
/usr/libexec/deepin-daemon/greeter-display-daemon
/usr/sbin/deepin-fix-xauthority-perm
/usr/share/doc/startdde
/usr/share/doc/startdde/README.md
/usr/share/licenses/startdde
/usr/share/licenses/startdde/LICENSE
/usr/share/lightdm/lightdm.conf.d/60-deepin.conf
/usr/share/startdde
/usr/share/startdde/app_startup.conf
/usr/share/startdde/auto_launch.json
/usr/share/startdde/filter.conf
/usr/share/startdde/memchecker.json
/usr/share/xsessions/deepin.desktop

References

Summary

In this tutorial we learn how to install startdde on Fedora 34 using yum and dnf.