1

I tried:

startx

and it didn't work saying:

startx is not recognized as an internal or external command

And tried:

sudo apt-get install ubuntu-desktop

But I get:

sudo is not recognized as an internal or external command

Then I tried: removing sudo and again showed:

apt-get is not recognized as an internal or external command

Parto
  • 15,325
  • 24
  • 86
  • 117
ScorpionX108
  • 11
  • 1
  • 2

1 Answers1

5

The phrase

... is not recognized as an internal or external command

Is specific to Windows. That is to say, you're at a Windows command prompt.

Use Ubuntu. You'll find your commands work slightly better there.

Oli
  • 293,335