Browse Source

Fixed content

pull/1/head
Muthu Kumar 7 years ago
parent
commit
98e3d38b8d
  1. 16
      README.md

16
README.md

@ -3,28 +3,26 @@
<details> <details>
<summary>Linux</summary> <summary>Linux</summary>
<details> ### AMD Radeon drivers
<summary>AMD Radeon drivers</summary>
This package contains the binary firmware for AMD/ATI graphics chips supported by the radeon, amdgpu and r128 drivers, not included in the free repos. This package contains the binary firmware for AMD/ATI graphics chips supported by the radeon, amdgpu and r128 drivers, not included in the free repos.
```bash ```bash
sudo apt-get install firmware-amd-graphics sudo apt-get install firmware-amd-graphics
``` ```
</details> ### dirmngr
<details>
<summary>dirmngr</summary>
dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using tor for network access. dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using tor for network access.
```bash ```bash
sudo apt-get install dirmngr sudo apt-get install dirmngr
``` ```
</details>
<details> ### MongoDB
<summary>MongoDB</summary>
MongoDB doesn't have official packages for Debian Stretch at this moment, so we'd have to install from the Jessie repository which will throw an error saying the dependency `libssl1.0.0` will not be satisfied.
#### Installing on Debian Stretch #### Installing MongoDB on Debian Stretch
```bash ```bash
# Get signing keys # Get signing keys

Loading…
Cancel
Save