0

I am new to Ubuntu and Linux and just starting my journey. I have successfully installed and have the OS booting from a console window. I have tried to download the GUI through sudo apt-get update then sudo apt-get install ubuntu-desktop, but ran into this error:

Unable to locate package ubuntu-desktop

Kindly assist with the steps to follow in order to install the GUI.

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

1

You might need to update your sources first by running:

sudo apt-get update

It's also possible that your sources.list files isn't set up correctly. You can configure them in the update manager. They are located in the file /etc/apt/sources.list. If you still have problems after running the update please post the contents of the /etc/apt/sources.list file here.

cat /etc/apt/sources.list
cioby23
  • 2,535