diff options
-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> |