HostOnNet Blog

Ubuntu sudo: add-apt-repository: command not found

Looking for Linux Server Admin or WordPress Expert? We can help.

When i install OpenBravo CRM on Ubuntu server, i get following error.

root@cloud2:~# sudo add-apt-repository ppa:openbravo-isv/ppa
sudo: add-apt-repository: command not found
root@cloud2:~#

This is fixed by installing “python-software-properties” package.

sudo apt-get install software-properties-common python-software-properties

OpenBravo is a ERP/CRM software like OpenERP (oDoo ?). OpenBravo is Java based, it need TomCat, Apache, PostgreSQL installed. On my test installation OpenJDK itself was using 3 GB of RAM.

Posted in Installation

One Response to Ubuntu sudo: add-apt-repository: command not found

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.