How Can I Identify Apps Installed by My Desktop Environment vs. My Distro?

0
5
Asked By CuriousCat87 On

I've been experimenting with several Linux distributions, and I've noticed that desktop environments (DEs) come with their own set of pre-installed applications that are separate from those provided by the distribution itself. Is there a way to check which applications are installed specifically by my DE and which ones are installed by my Linux distro?

2 Answers

Answered By TechieTurtle On

It sounds like you're asking about the applications bundled with different DEs versus what's included in the distribution itself. Most Linux distributions use a package manager, and the applications are typically installed using that. You can usually see what came with your DE by checking the meta-packages. For example, installing KDE might include apps like Konsole, whereas GNOME will include its own terminal application. If you have both installed, you'll notice both terminal options in your system.

Answered By LinuxGuru42 On

Definitely! Each DE has its own set of default applications, often bundled within a meta-package. So when you install a DE like KDE, you might get packages like plasma-desktop for the basics, but if you want all the bells and whistles, you'd go for something like plasma-full, which adds more KDE-specific apps. Just keep in mind that different distros might have variations in what is included.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.