Difference between revisions of "Template:AddReposDebian"

(Add Open-Xchange Repository)
(Add Open-Xchange Repository)
Line 45: Line 45:
 
  $ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list
 
  $ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list
 
   
 
   
  deb http://software.open-xchange.com/products/appsuite/7.8.2/appsuiteui/{{{debnameox}}}/ /
+
  deb http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{debnameox}}}/ /
  deb http://software.open-xchange.com/products/appsuite/7.8.2/backend/{{{debnameox}}}/ /
+
  deb http://software.open-xchange.com/products/appsuite/stable/backend/{{{debnameox}}}/ /
 
   
 
   
 
  # if you have a valid maintenance subscription, please uncomment the  
 
  # 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
 
  # following and add the ldb account data to the url so that the most recent
 
  # packages get installed
 
  # packages get installed
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/7.8.2/appsuiteui/updates/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{debnameox}}} /
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/7.8.2/backend/updates/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{debnameox}}} /
 
  EOF
 
  EOF
 
</code>
 
</code>

Revision as of 09:44, 29 November 2016

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: