Commands for Installing Unity on Ubuntu Minimal Desktop

16,205

Solution 1

This answer is for older (before 17.10) versions of Ubuntu. See the answer by Gravity10 for later versions.


This will give you a more "minimal" install. apt-get default behaviour is to install all recommended packages.

sudo apt-get install --no-install-recommends ubuntu-desktop 

Solution 2

For Ubuntu 18.04+

Assuming that you went with Ubuntu Minimal to minimize your bloatware, you should run

sudo apt-get install --no-install-recommends ubuntu-unity-desktop

This generally keeps all bloatware from installing. Run

sudo apt-get purge [PACKGE-NAME]

on any leftover packages you don't want. From what I've seen, there aren't any packages that really warrant this, but it's useful to know.

Share:
16,205

Related videos on Youtube

rockr101
Author by

rockr101

Updated on September 18, 2022

Comments

  • rockr101
    rockr101 over 1 year

    I want to know what to put in the terminal to install Unity DE on Ubuntu 11.10 minimal. For example.Sudo apt-get install (whatever goes here) Including the dependencies.

  • rockr101
    rockr101 about 12 years
    It will only install the desktop environment? It won't install unnecessary programs?
  • Panther
    Panther about 12 years
  • henry
    henry over 10 years
    I'm aware it is 1.5 years later, but thank you so much for this command, I was googling quite a bit for this. Weeeh.
  • Buddy Palumbo
    Buddy Palumbo almost 6 years
    this will install all the bloatware