Skip to content

Commit cac12c2

Browse files
(DOCSP-24820) libmongocrypt install fix (#2071)
* libmongocryptdev * update qe libmongocrypt page * proofread
1 parent cd66c49 commit cac12c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/core/csfle/reference/libmongocrypt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Ubuntu
126126

127127
.. code-block:: sh
128128

129-
sudo apt-get install -y libmongocrypt
129+
sudo apt-get install -y libmongocrypt-dev
130130

131131

132132
RedHat

source/core/queryable-encryption/reference/libmongocrypt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Debian
8282

8383
.. code-block:: sh
8484

85-
sudo apt-get install -y libmongocrypt
85+
sudo apt-get install -y libmongocrypt
8686

8787
Ubuntu
8888
~~~~~~
@@ -125,7 +125,7 @@ Ubuntu
125125

126126
.. code-block:: sh
127127

128-
sudo apt-get install -y libmongocrypt
128+
sudo apt-get install -y libmongocrypt-dev
129129

130130

131131
RedHat

0 commit comments

Comments
 (0)