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
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
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.