-1

Is there a way to install Ubuntu 14.04 LTS without the software, just command line? (desktop version, not server)

Thank you.

RCline7
  • 526
  • User user68186: sorry I was unclear, but what I want is just an OS, with no additional software, not even a desktop. I want to see a command prompt when I boot, nothing else. I want to build the system from the ground up. But I want the desktop version (without the desktop), not the server. – RCline7 May 13 '15 at 16:05
  • 2
    Then you want the Minimal CD. – user68186 May 13 '15 at 16:36
  • Sounds good... thanks. What about 'Ubuntu Core'? – RCline7 May 13 '15 at 16:54
  • Snappy Ubuntu Core is targeted at servers, embedded SoC, Raspberry Pi and clouds, so you need the Ubuntu Minimal CD. – karel May 13 '15 at 16:55

1 Answers1

2

The server version is what you want. It only differs from the desktop version in that it does not install any package related to desktop. Other than that, it is the same, apart from the kernel, which is tailored to server duties. From that point, you can add whatever package you need, so you can build your own system.

  • Thanks Carlos. So, the server version is the same as the desktop version, just no desktop or applications? I'm just trying to be clear... – RCline7 May 13 '15 at 17:02
  • Yes, you can see this when you look at the package URLs in /etc/apt/sources.list. They are the same for server and desktop ergo both use the same packages, but a different choice of pre-selected packages. – Benjamin May 13 '15 at 17:33