diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-10 12:30:01 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-10 12:30:01 (GMT) |
commit | 7b2b96598618f2b83bebc87936a9261abd46772c (patch) | |
tree | e86887795cbf4b546f7e3e4c8d5e11f6a122059a | |
parent | 0fceb4fad88b1c83de1162fa689ec9886a21212f (diff) | |
download | kolab-docs-7b2b96598618f2b83bebc87936a9261abd46772c.tar.gz |
Add additional instructions on APT pinning verification and the installation of the apt-transport-https package
-rw-r--r-- | Installation_Guide/en-US/sect-Repository_Configuration-Installation_with_APT_Packages.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Installation_Guide/en-US/sect-Repository_Configuration-Installation_with_APT_Packages.xml b/Installation_Guide/en-US/sect-Repository_Configuration-Installation_with_APT_Packages.xml index 4d62d25..e549c55 100644 --- a/Installation_Guide/en-US/sect-Repository_Configuration-Installation_with_APT_Packages.xml +++ b/Installation_Guide/en-US/sect-Repository_Configuration-Installation_with_APT_Packages.xml @@ -243,6 +243,14 @@ <section id="sect-Community_Installation_Guide-Installation_with_APT_Packages-Debian"> <title>Debian</title> <procedure> + <step condition="enterprise"> + <para> + Install the <application>apt-transport-https</application> package: + </para> + <para> + <screen># <userinput>aptitude install apt-transport-https</userinput></screen> + </para> + </step> <step> <para> For Kolab &PRODUCT_VERSION; software packages for Debian Squeeze, add the following two lines to <filename>/etc/apt/sources.list</filename>: @@ -328,6 +336,14 @@ Pin-Priority: 501</screen> </step> <step> <para> + Verify the packages from the Kolab mirror have priority over the packages from the stock Debian repositories: + </para> + <para> + <screen># <userinput>apt-cache policy cyrus-imapd</userinput></screen> + </para> + </step> + <step> + <para> When asked to confirm you want to install the package and its dependencies, press Enter. </para> |