diff --git a/content/administration/on_premise/packages.rst b/content/administration/on_premise/packages.rst index 0d420b4c98..4dc019720f 100644 --- a/content/administration/on_premise/packages.rst +++ b/content/administration/on_premise/packages.rst @@ -97,42 +97,24 @@ be downloaded from the `Odoo download page ` .. tabs:: - .. group-tab:: Debian/Ubuntu + .. group-tab:: Ubuntu .. note:: - Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Debian Bookworm (12) - `_ and `Ubuntu Jammy (22.04LTS) - `_ or above. + Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Ubuntu Noble (24.04LTS) + `_. Once downloaded, execute the following commands **as root** to install Odoo as a service, create the necessary PostgreSQL user, and automatically start the server: .. code-block:: console - # dpkg -i # this probably fails with missing dependencies - # apt-get install -f # should install the missing dependencies - # dpkg -i - - .. warning:: - - The `python3-xlwt` Debian package, needed to export into the XLS format, does not exist - in Debian Buster nor Ubuntu 18.04. If needed, install it manually with the following: - - .. code-block:: console - - $ sudo pip3 install xlwt - - - The `num2words` Python package - needed to render textual amounts - does not exist in - Debian Buster nor Ubuntu 18.04, which could cause problems with the `l10n_mx_edi` module. - If needed, install it manually with the following: - - .. code-block:: console - - $ sudo pip3 install num2words + # apt update + # apt install .. group-tab:: Fedora .. note:: - Odoo {CURRENT_MAJOR_VERSION} 'rpm' package supports Fedora 38. + Odoo {CURRENT_MAJOR_VERSION} 'rpm' package supports Fedora 42. Once downloaded, the package can be installed using the 'dnf' package manager: