我要评分
获取效率
正确性
完整性
易理解

Installing libmpcdec-devel

libmpcdec-devel is installed to support the Snappy compression algorithm of MongoDB. The Snappy library compresses and decompresses data quickly, and can greatly increase the data read speed while maintaining the compression ratio. MongoDB uses the Snappy compression algorithm to compress data files, aiming to improve data read performance.

  1. Download libmpcdec-devel-1.2.6.
    1
    wget http://mirror.centos.org/centos/8-stream/PowerTools/aarch64/os/Packages/libmpcdec-devel-1.2.6-20.el8.aarch64.rpm --no-check-certificate
    
  2. Install libmpcdec-devel.
    1
    yum install -y libmpcdec-devel-1.2.6-20.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.