@@ -194,7 +194,7 @@ Yum/DNF.
194194 # yum install epel-release
195195
196196 `epel-release ` must be installed before attempting to install the C driver
197- libraries (i.e. one cannot install them both in a single `yum intsall `
197+ libraries (i.e. one cannot install them both in a single `yum install `
198198 command).
199199
200200To install |libbson | only, install the `libbson-devel ` package::
@@ -207,6 +207,10 @@ To install the full C database driver (|libmongoc|), install
207207 ## (This package will transitively install libbson-devel)
208208 # yum install mongo-c-driver-devel
209209
210+ To check which version is available, see https://packages.fedoraproject.org/pkgs/mongo-c-driver/mongo-c-driver-devel.
211+
212+ The development packages (ending in `-devel `) include files required to build applications using |libbson | and |libmongoc |.
213+ To only install the libraries without development files, install the `libbson ` or `mongo-c-driver-libs ` packages.
210214
211215.. index ::
212216 !pair: installation; Debian
@@ -232,6 +236,10 @@ To install |libmongoc| (which will also install |libbson|)::
232236
233237 # apt install libmongoc-dev
234238
239+ To check which version is available, run `apt-cache policy libmongoc-dev `.
240+
241+ The development packages (ending in `-dev `) include files required to build applications using |libbson | and |libmongoc |.
242+ To only install the libraries without development files, install the `libbson-1.0-0 ` or `libmongoc-1.0-0 ` packages.
235243
236244.. index ::
237245 !pair: installation; macOS
0 commit comments