V.3.6.2 debian-ubuntu package not installing

Hello,

I have been trying to install the debian-ubuntu package of Dolibarr 3.6.2 onto my computer running Ubuntu 14.04LTS using the Synaptic Package Manager. When I try to install Dolibarr, I get this error message:

“E:Dolibarr: subprocess installed post-installation script returned error exit status 2”

The installation program then exits without installing Dolibarr. :unhappy:

I understand that this package contains everything I need to install Dolibarr on my local computer. Am I doing something wrong, if so please tell me where I have erred; or, is this a bug in the program?

:huh: Plenty of folks hve viewed this post, but without a single reply. If I cannot install it, I cannot use it, so I am not going to waste any more time trying.

http://wiki.dolibarr.org/index.php/Dolibarr_for_Ubuntu_or_Debian

If an error of dependency occurs, type
$ sudo apt-get install -f

Above worked for me on 14.04LTS

BUT:

before start installation do:

sudo apt-get update
sudo apt-get upgrade

:wink: