How to install Xfce Desktop Environment in openSUSE Linux
2022/7/6 5:21:44
本文主要是介绍How to install Xfce Desktop Environment in openSUSE Linux,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
How to install Xfce Desktop Environment in openSUSE Linux
JULY 27, 2020CIALU LINUX, OPENSOURCEFind peace of mind, stop, and find out how to install Xfce Desktop Environment on your trusted openSUSE Linux distribution. In this article, you’ll find the step to install the super light desktop manager Xfce and also how to remove the old one installed on your system.
If you too have been frequenting the Linux world for a while, you will certainly not be new to the phenomenon of distro-hopping, that is the wasteful activity, in terms of time and effort, of switching non-stop from one distribution to another.
In addition to distro-hopping, there is another activity that is well known to long-time Linux users: DE-hopping, or hopping with your eyes turned back from one desktop environment manager to the next as if there was no tomorrow.
Lately, you can confirm this by going to peek on the r/unixporn subreddit, it is very fashionable to post super custom desktop photos based on modern tiling windows managers like i3 or awesomewm. We are not sure, however, that they are the everyday work environments of the people posted them, it is certain that the common user cannot use certain desktops at their best and with productivity unless after a long and difficult learning curve.
So, why not take advantage of the possibilities offered by Linux and throw yourself into a super simple and fast environment, totally customizable and, above all, that allows it to be transformed into one of the most beautiful desktop environments still available?
Xfce. A desktop based on the traditional UNIX philosophy
Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly. Xfce embodies the traditional UNIX philosophy of modularity and re-usability. It consists of a number of components that provide the full functionality one can expect of a modern desktop environment.
Xfce components are packaged separately and you can pick among the available packages to create the optimal personal working environment. Another priority of Xfce is adherence to standards, specifically those defined at freedesktop.org, and the possibility to can be installed on several UNIX platforms.
The openSUSE Linux, like many others, highlights versions with GNOME and KDE, relegating those with Xfce and other desktop environments considered minor to secondary versions. Big mistake, Xfce deserves its own distro, complete, and entirely focused on it. It doesn’t matter, we can fix it with a few commands from the terminal, here’s how.
How to install Xfce on openSUSE Leap and Tumbleweed
The Xfce desktop is a well-integrated and fully supported part of openSUSE, you can find the Xfce portal at Welcome to the Xfce Portal.
On an already installed system you can install all necessary packages via the Xfce pattern, either via YaST or directly in the terminal:
$ sudo zypper in -t pattern xfce
For instructions on how to install the latest testing versions of Xfce see Xfce repositories.
How to remove the old Desktop Environment on openSUSE Leap and Tumbleweed
As most users get to install openSUSE with KDE or GNOME, we will take these two desktop environments as an example.
So, to remove the KDE desktop from your openSUSE system:
$ sudo zypper rm -t pattern kde kde_plasma
Instead, to remove the GNOME desktop from your openSUSE install:
$ sudo zypper rm -t pattern gnome
In the end, restart your system with this command:
$ sudo reboot
And you’re done!
Xfce is the Linux desktop environment for old-school users and for eye-candy people that have speed and simplicity in mind. It has all the necessary caveats, a clean simple interface, and the best customization in place(and it can easily rival the KDE Plasma desktop on this point). So, give it a try and post your impression on comments at the bottom.
References and resources
Xfce Desktop Environment – https://www.xfce.org/
openSUSE Xfce Portal – https://en.opensuse.org/Portal:Xfce
openSUSE Zypper manual – https://en.opensuse.org/SDB:Zypper_manual
This is from :https://cialu.net/how-to-install-xfce-desktop-environment-in-opensuse-linux/
这篇关于How to install Xfce Desktop Environment in openSUSE Linux的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-18git仓库有更新,jenkins 自动触发拉代码怎么配置的?-icode9专业技术文章分享
- 2024-12-18Jenkins webhook 方式怎么配置指定的分支?-icode9专业技术文章分享
- 2024-12-13Linux C++项目实战入门教程
- 2024-12-13Linux C++编程项目实战入门教程
- 2024-12-11Linux部署Scrapy教程:新手入门指南
- 2024-12-11怎么将在本地创建的 Maven 仓库迁移到 Linux 服务器上?-icode9专业技术文章分享
- 2024-12-10Linux常用命令
- 2024-12-06谁看谁服! Linux 创始人对于进程和线程的理解是…
- 2024-12-04操作系统教程:新手入门及初级技巧详解
- 2024-12-04操作系统入门:新手必学指南