5 April 2012

Steps to Install Openerp 6.1 on Ubuntu 10.04


  • Setting up the Environment
  • Download Software
  • Installation
  • Testing your Installation
Setting up the Environment
Openerp depends in many packages in-order to work on Ubuntu. The easiest way to install them is by using the following command:
sudo apt-get install <package name>
This is a list of the 24 packages needed for Openerp 6.1
python-matplotlib python-pyparsing python-imaging python-psycopg2 python-libxslt1 python-libxml2 graphviz postgresql-8.4 pgadmin3 python-lxml mx44 python-reportlab python-pychart python-tz python-openssl python-hippocanvas python-yaml python-pydot python-setuptools bzr python-mako python-pybabel python-openid python-werkzeug
Later on you can download the debian package from Openerp website and double click the icon to install it.