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.
  • 89,123
  • 21
  • 245
  • 323
  • possible duplicate of [How to install 'add-apt-repository' using the terminal?](http://askubuntu.com/questions/493460/how-to-install-add-apt-repository-using-the-terminal) – sugab Jul 23 '15 at 18:07
  • If you really want to try elementary os, I'd recommend you to install it instead of using a third party repository. – xangua Jul 23 '15 at 21:27
  • try "apt-add-repository" instead. – P.-H. Lin Jul 24 '15 at 03:36

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,341
  • 38
  • 97
  • 191
A.B.
  • 89,123
  • 21
  • 245
  • 323