From 858d175c1527d650ea5d83e201777d0cf8ae84c9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 9 Mar 2023 17:30:09 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-9-stable-ee --- doc/install/installation.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'doc/install') diff --git a/doc/install/installation.md b/doc/install/installation.md index be8667d5715..eda9c503e28 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -117,20 +117,14 @@ Install the required packages (needed to compile Ruby and native extensions to R ```shell sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev \ libreadline-dev libncurses5-dev libffi-dev curl openssh-server libxml2-dev libxslt-dev \ - libcurl4-openssl-dev libicu-dev logrotate rsync python3-docutils pkg-config cmake runit-systemd + libcurl4-openssl-dev libicu-dev libkrb5-dev logrotate rsync python3-docutils pkg-config cmake \ + runit-systemd ``` NOTE: GitLab requires OpenSSL version 1.1. If your Linux distribution includes a different version of OpenSSL, you might have to install 1.1 manually. -If you want to use Kerberos for user authentication, install `libkrb5-dev` -(if you don't know what Kerberos is, you can assume you don't need it): - -```shell -sudo apt-get install libkrb5-dev -``` - ### Git From GitLab 13.6, we recommend you use the -- cgit v1.2.1