hi,
i am using ubuntu 16.04 i want to install odoo v9 in it
i follow these steps
To install Odoo 9.0 on Debian-based distribution, execute the following commands as root:
# wget -O - https://nightly.odoo.com/odoo.key | apt-key add - # echo "deb http://nightly.odoo.com/9.0/nightly/deb/ ./" >> /etc/apt/sources.list # apt-get update && apt-get install odoo
but it return error like
/var/lib/dpkg/info/odoo.postinst: 28: /var/lib/dpkg/info/odoo.postinst: update-python-modules: not found
dpkg: error processing package odoo (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
odoo
E: Sub-process /usr/bin/dpkg returned an error code (1)
how can i solve this error .
16.04 is just a couple of days old and I'm not even using it on my desktop and will for sure wait for another 2 months and you want to install a complex server application on it???? I'm sure you will face plenty of any kind of weird problems and dependency issues, especially considering many "old" libraries Odoo 9.0 is still relying on. Why not use 14.04?