-2

I thought CD 1 would at least install GNOME, but it didn't install a GUI at all. How can I get a GUI of some form, preferably GNOME?

cutrightjm
  • 5,290

3 Answers3

1

Starting with the minimal install, you should setup apt (in /etc/apt), and use apt-get to install additional programs via the network. Some do this with only apt-get, etc., I use aptitude.

Further reading:

To install gnome or other desktop, you would install a package group:

apt-get install task-gnome-desktop

But first you should configure apt (if your minimal install did not do this for you).

Thomas Dickey
  • 76,765
1

From the terminal, run the following command:

tasksel

Choose Gnome then validate.

GAD3R
  • 66,769
0

I had the same trouble (Jessie install with CD one only, no desktop) and when I ran tasksel there was no option for Gnome.

  1. I added the relevant country mirrors to my /etc/apt/sources.list from https://linuxconfig.org/debian-apt-get-jessie-sources-list

  2. then did an apt-get update

  3. re-ran tasksel and this time there was loads of desktop options including Gnome

HTH