Skip to content

Commit 2c87385

Browse files
authored
(DOCSP-49754) Fix deps for Ubuntu-v8.0-backport (853) (#854)
# Backport This will backport the following commits from `master` to `v8.0`: - [(DOCSP-49754) Fix deps for Ubuntu (#853)](10gen/docs-ops-manager#853) <!--- Backport version: 9.6.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent 2613136 commit 2c87385

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/tutorial/provisioning-prep.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Installing MongoDB Enterprise Dependencies
131131
.. code-block:: sh
132132

133133
sudo apt-get install \
134-
libcurl4 libgssapi-krb5-2 libldap-2.4-2 liblzma5 \
134+
libcurl4 libgssapi-krb5-2 libldap-2.5-0 liblzma5 \
135135
libsasl2-2 libsasl2-modules \
136136
libsasl2-modules-gssapi-mit libwrap0 openssl
137137

@@ -145,10 +145,12 @@ Installing MongoDB Enterprise Dependencies
145145
.. code-block:: sh
146146

147147
sudo apt-get install \
148-
libcurl4 libgssapi-krb5-2 libldap-2.4-2 liblzma5 \
148+
libcurl4 libgssapi-krb5-2 libldap2 liblzma5 \
149149
libsasl2-2 libsasl2-modules \
150150
libsasl2-modules-gssapi-mit libwrap0 openssl
151151

152+
153+
152154
.. tab:: Debian
153155
:tabid: debian
154156

0 commit comments

Comments
 (0)