UKUI Installation
UKUI is a Linux desktop built by the KylinSoft software team over the years, primarily based on GTK and QT. Compared to other UI interfaces, UKUI is easy to use. The components of UKUI are small and low coupling, can run alone without relying on other suites. It can provide user a friendly and efficient experience.
UKUI supports both x86_64 and aarch64 architectures.
You are advised to create an administrator user before installing UKUI.
- Download openEuler 22.03_LTS and update the software source.
sudo dnf update
- Install UKUI.
sudo dnf install ukui
- If you want to set the system to start with the graphical interface after confirming the installation, run the following command and reboot the system (
reboot
).
systemctl set-default graphical.target
UKUI is constantly updated. Please check the latest installation method: openEuler UKUI Issues