0

I'm short on disk space and want a tiny Cinnamon

What are the minimum packages needed on top of Trusty to get a working Cinnamon desktop.
To be clear, I just want the base: panel, applets, etc. None of the extras like Nemo, Brasero, Screensaver, Adwaita, etc.

I don't want apt-get install cinnamon like this post or this post. Those installs loads of extra software.

Robin
  • 347
  • 1
  • 4
  • 21

2 Answers2

1

Cinnamon is developed to be used by a novice user. That is why (among other things) cinnamon is packaged abruptly, so you can not remove a lot of things. The point is that: they want provide all in a simple way to the end user. If we do not create strong dependencies, then a non-experienced user may not know what he must be installed in order to have a fully functional desktop.

The applets, desklets and extensions (which truly make the desktop), contain no ways to declare hard dependencies to a package. Therefore, the dependence of all extensions (applets, desklets...) are included inside cinnamon package. Then for at least the standards extensions that developers of cinnamon provide, can be used without need to know or install anything.

What you request, is then, go in an opposite direction of what the Cinnamon devs try to do. Could be possible on the future, if will be created a way to create hard dependencies in to the cinnamon extensions.

lestcape
  • 1,056
0

sudo apt install cinnamon-desktop-environment

installs full Cinnamon with all bells and whistles.

Other packages are available if you want to try a more minimal environments:

sudo apt install cinnamon #minimal

OR

sudo apt install cinnamon-core #essentials

  • Welcome to AskUbuntu and thank you for contributing. Please register your account, take the [tour], have a read of https://askubuntu.com/help/formatting to see how code can be formatted, and consider giving yourself a more human screenname. – mickmackusa Feb 08 '22 at 00:21
  • Not an answer you should have made this as a comment. – David Feb 08 '22 at 07:04