-1

I'm looking for a command line to update my already installed software.I want to update all of them.

4M01
  • 553
  • 2
  • 6
  • 16

1 Answers1

0

Open the Terminal(Ctrl + Alt+ T) and enter the following:

sudo apt-get update && sudo apt-get upgrade
xangua
  • 7,217
Dusan Milosevic
  • 1,952
  • 6
  • 27
  • 48