2
What's the best easy KDE-based Linux distro these days?
(kbin.social)
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
I've been using Manjaro with KDE for a few years now. It works smoothly, I never ran into any issues with it.
The
pacman
package manager is pretty nice, too, I found it faster and easier to use thanapt-get
, and the provided packages are always kept up-to-date. Updating the system (even installing a newer Linux kernel) is very simple and works reliably. So you always have the latest version of your apps, the kernel, and the DE.In the rare occasion that a program is not available in the official repositories or the community-maintained AUR, you can also install
snap
orflatpak
packages.And since Manjaro is derived from Arch, you can use the Arch Wiki, which is very useful when you want to set up a database, use the android debug bridge, install another package manager, or do anything else less than trivial.