This guide installs Odoo using the official Debian/Ubuntu packages and then enables the CRM app.
sudo apt install postgresql -y
wget -q -O - https://nightly.odoo.com/odoo.key | sudo gpg --dearmor -o /usr/share/keyrings/odoo-archive-keyring.gpg
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/19.0/nightly/deb/ ./' > /etc/apt/sources.list.d/odoo.list"
sudo apt update
sudo apt install odoo
Open http://example.com:8069 and create the initial database and admin user.
From the Odoo Apps menu, install CRM to enable pipeline and lead management features.
Check the Odoo packaged installer guide or reach out via our contact page.