|
60 | 60 | <title>Install with a Package Manager</title>
|
61 | 61 | <p>The libmongoc package is available on recent versions of Debian and Ubuntu.</p>
|
62 | 62 | <screen><output style="prompt">$ </output><input>apt-get install libmongoc-1.0-0</input></screen>
|
63 |
| - <p>For RedHat-like systems, use Remi Collet's well-maintained RPMs. Commands to enable Remi's repository and install libmongoc depend on your exact system. For example, on CentOS 6:</p> |
64 |
| - <screen><output style="prompt">$ </output><input>yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm</input> |
65 |
| -<output style="prompt">$ </output><input>yum install yum-utils</input> |
66 |
| -<output style="prompt">$ </output><input>yum-config-manager --enable remi</input> |
67 |
| -<output style="prompt">$ </output><input>yum update</input> |
68 |
| -<output style="prompt">$ </output><input>yum install mongo-c-driver</input></screen> |
69 |
| - <p>The <link href="http://rpms.remirepo.net/wizard/">Configuration Wizard for Remi's RPM Repository</link> generates detailed instructions for your system.</p> |
| 63 | + <p>On Fedora, a mongo-c-driver package is available in the default repositories and can be installed with:</p> |
| 64 | + <screen><output style="prompt">$ </output><input>dnf install mongo-c-driver</input></screen> |
| 65 | + <p>On recent Red Hat systems, such as CentOS and RHEL 7, a mongo-c-driver package |
| 66 | + is available in the <link |
| 67 | + href="https://fedoraproject.org/wiki/EPEL">EPEL</link> repository. To check |
| 68 | + version available, see <link |
| 69 | + href="https://apps.fedoraproject.org/packages/mongo-c-driver">https://apps.fedoraproject.org/packages/mongo-c-driver</link>. |
| 70 | + The package can be installed with:</p> |
| 71 | + <screen><output style="prompt">$ </output><input>yum install mongo-c-driver</input></screen> |
70 | 72 | </section>
|
71 | 73 |
|
72 | 74 | <section id="installing-unix">
|
|
0 commit comments