Results 1 to 4 of 4

Thread: Installation of Unity as minimal as possible

  1. #1
    Join Date
    Aug 2015
    Beans
    3

    Installation of Unity as minimal as possible

    Hello!

    I have a question about an installation of minimal Desktop Environment on my PC.
    Some time ago I used Debian with Gnome using Network Installer.
    After installation process finishes, I was used command

    Code:
    sudo apt-get install --no-install-recommends
    to install following packages

    Code:
    gdm3
    xorg
    
    gnome-bluetooth
    gnome-backgrounds
    gnome-control-center
    gnome-icon-theme
    gnome-session
    gnome-shell
    gnome-terminal
    
    fonts-cantarell
    fonts-dejavu
    fonts-droid
    
    network-manager-gnome
    
    nautilus
    pulseaudio
    to get my minimal environment works, and that was been enough for me.

    But... I have experienced some problem with my NVIDIA card drivers (and possibly gdm), so I was perform a clean install of Ubuntu Desktop 14.04 using default options. After that all seems fine but with working environment I got tons of unneeded applications that I removed using package manager. Now, I want to know, is there way exists to install fully working environment (with this nice graphical effects) but without additional packages? All that I want is a terminal emulator, settings manager and file explorer. Is there is a way to get it without performing clean install and deleting unneeded applications after?

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Installation of Unity as minimal as possible

    should be as simple as:
    sudo apt-get install lightdm unity

    that's the login manager & the ui, once in there you can install what ever else you need.

  3. #3
    Join Date
    Aug 2015
    Beans
    3

    Re: Installation of Unity as minimal as possible

    Quote Originally Posted by kerry_s View Post
    should be as simple as:
    sudo apt-get install lightdm unity

    that's the login manager & the ui, once in there you can install what ever else you need.
    Thank you, I will try it soon!

  4. #4
    Join Date
    Jul 2014
    Beans
    1,289
    Distro
    Ubuntu Mate

    Re: Installation of Unity as minimal as possible

    IMO there are better ways to go for a minimal desktop. May want to take a look of how its done on servers.

    http://www.googlubuntu.com/results/?...ch&cof=FORID:9

    One of my favorites is LXDE.
    http://lxde.org/

    If you want a gnome3 base install ..
    Code:
    sudo apt-get install --no-install-recommends gnome-session-flashback
    This give a very basic desktop and it is necessary to add a display manager or use startx.

    Just my thoughts good luck

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •