This question has been flagged
1 Reply
4237 Views

I am trying to install Odoo in Ubuntu 18 but when trying to install it asking me for` sudo odoo password  `` .iI run these following commands to install ubantu .

sudo useradd -m -d /opt/odoo13 -U -r -s /bin/bash odoo13

odoo13@xyv-Inspiron-3758:~$ sudo pip3 install -r odoo/requirements.txt

[sudo] password for odoo13: 

Sorry, try again.

[sudo] password for odoo13: 

Avatar
Discard
Best Answer

Hello,

In Ubuntu, sudo is a superuser. It allows you to elevate your current user account to have root privileges temporarily. The password that is being asked, is the same password that you set when you installed Ubuntu - the one you use to login.

So pass them your superuser/login password. It allows for installing those packages.

Hope this may help you!

Regards,

Thank you!

Regards,




Email:      odoo@aktivsoftware.com  

Skype: kalpeshmaheshwari

   

Avatar
Discard