Template:AddReposDebian

From Open-Xchange

Add Open-Xchange Repository

Open-Xchange maintains public available software repositories for different platforms, such as Debian. This repository should be added to the Debian installation to enable simple installation and updates.

Start a console and modify the Debian repository information file. Also add the Open-Xchange software repository:

{{#if:{{{release}}}|{{#ifeq:|6.22|

$ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list

deb https://software.open-xchange.com/OX6/6.22/frontend/{{{debnameox}}}/ /
deb https://software.open-xchange.com/OX6/6.22/backend/{{{debnameox}}}/ /
deb https://software.open-xchange.com/OX6/6.22/usm/{{{debnameox}}}/ /

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/frontend/{{{debnameox}}} /
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/backend/{{{debnameox}}} /
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/usm/{{{debnameox}}} /
EOF

|}}|}}{{#if:{{{release}}}|{{#ifeq:|6.20|

$ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list

deb https://software.open-xchange.com/OX6/6.20/{{{debnameox}}}/ /

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.20/updates/{{{debnameox}}} /
EOF

}}|}}{{#ifeq:|edp|

$ vim /etc/apt/sources.list

deb https://EDPUSER:EDPPASSWORD@software.open-xchange.com/OX7/backend/{{{debnameox}}}/ /
deb https://EDPUSER:EDPPASSWORD@software.open-xchange.com/OX7/frontend/{{{debnameox}}}/ /

}}{{#ifeq:|appsuite|

$ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list

deb https://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{debnameox}}}/ /
deb https://software.open-xchange.com/products/appsuite/stable/backend/{{{debnameox}}}/ /

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{debnameox}}} /
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{debnameox}}} /
EOF

}}