0

I want to Update my OS, Ubuntu 14.04 and I have problems with Ubuntu Software Center and add repositories for install more apps.

the command:

sudo add-apt-repository ppa:elementary-os/unstable-upstream
sudo: add-apt-repository: command not found
A.B.
  • 90,397

1 Answers1

1

Simply run

sudo apt-get install software-properties-common

And you'll have add-apt-repository

The package is part of the Ubuntu standard repositories.

Fabby
  • 34,259
A.B.
  • 90,397