How To Install startdde on Fedora 36
In this tutorial we learn how to install startdde in Fedora 36. startdde is Starter of deepin desktop environment
Introduction
In this tutorial we learn how to install startdde
on Fedora 36.
What is startdde
Starter of deepin desktop environment.
We can use yum
or dnf
to install startdde
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install startdde.
Install startdde 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 startdde
using dnf
by running the following command:
sudo dnf -y install startdde
Install startdde 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 startdde
using yum
by running the following command:
sudo yum -y install startdde
How To Uninstall startdde on Fedora 36
To uninstall only the startdde
package we can use the following command:
sudo dnf remove startdde
startdde Package Contents on Fedora 36
/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/d1a1c2aed7b270b4a59fd858aad9d62a9da0b4
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/730a551be3d221a520ad5b7636b9418edbf8fc
/usr/lib/.build-id/da
/usr/lib/.build-id/da/64299596fef345dbe57e5cd074f3ecb7b29161
/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/glib-2.0/schemas/com.deepin.dde.display.gschema.xml
/usr/share/glib-2.0/schemas/com.deepin.dde.startdde.gschema.xml
/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 36 using yum and [dnf]((/fedora/36/dnf/).