Rate This Document
Findability
Accuracy
Completeness
Readability

Installing libyaml-devel

MongoDB requires the libyaml-devel dependency package to support configuration files in YAML format.

  1. Download the libyaml-devel RPM package.
    1
    wget http://mirror.centos.org/centos/8-stream/PowerTools/aarch64/os/Packages/libyaml-devel-0.1.7-5.el8.aarch64.rpm --no-check-certificate
    
  2. Install libyaml-devel.
    1
    yum install -y libyaml-devel-0.1.7-5.el8.aarch64.rpm
    

    If you run the yum install command to install the RPM package, the RPM package automatically adapts to the current RPM version. You are advised to use the current installation method.