26

I did not select []install this third-party software when installing 13.04.

Is there a way I can get those software items? Install over existing?

(I may be missing something to get Spring STS to be able to open/launch.)

Jorge Castro
  • 73,717
David
  • 463
  • 1
  • 6
  • 8

1 Answers1

34

Open a terminal on the Dash and type:

sudo apt-get install ubuntu-restricted-extras

Enter your password and all third-party programs that you need to be installed. With this packages you will get also some extras like Microsoft fonts.

If you need proprietary drivers, go to System Settings -> Software & Updates and choose the hive "Additional drivers".

Jorge Castro
  • 73,717