Is there a plain KDE version without all the KDE applications available for Ubuntu?

7,230

Solution 1

try sudo apt-get install --no-install-recommends kubuntu-desktop

Solution 2

The https://help.ubuntu.com/community/MetaPackages is telling:

kde-base: This metapackage includes the nucleus of KDE, namely the minimal package set necessary to run KDE as a desktop environment. This includes the window manager, taskbar, control center, a text editor, file manager, web browser, X terminal emulator, and many other programs and components.

There has been package naming changes. I think that this is the current nucleus of the KDE:

kde-baseapps

Description: base applications from the official KDE release (meta-package) ... This package provides core applications for the KDE 4 desktop.

The kde-baseapps is depending:

  • dolphin
  • kde-baseapps-bin
  • kdepasswd
  • kfind
  • konqueror
  • plasma-widget-folderview

These may be useful:

Share:
7,230

Related videos on Youtube

js-coder
Author by

js-coder

I enjoy coding and like JavaScript, the open source movement and Unix.

Updated on September 18, 2022

Comments

  • js-coder
    js-coder almost 2 years

    I really like KDE and Ubuntu but I don't need most of the KDE applications, like Kontact or Kopete that will be installed with the usual KDE.

    Is there a way I can install KDE (4.7) without all those applications? It makes more sense to manually install the ones I actually use (like Konsole) than uninstalling many.

    • Uri Herrera
      Uri Herrera over 12 years
      Install plasma-desktop and then install whatever applications you want.
    • Orcris
      Orcris over 12 years
      sudo apt-get install --no-recommends kubuntu-desktop or if you already have KDE installed, manually remove all the KDE applications.