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

Upgrading KML

Upgrading Using the RPM Package

  1. Obtain the KML software package of the target version by referring to Obtaining Software Packages and decompress it to obtain the binary RPM package.
  2. Upgrade KML.
    rpm -Uvh boostkit-kml-xxxx.aarch64.rpm

    After the installation, the system automatically adds the path to the lib folder, that is, /usr/local/kml/lib, to the environment variable LD_LIBRARY_PATH.

    In the preceding command, xxxx indicates the version number.

Upgrading Using the DEB Package

  1. Obtain the KML software package of the target version by referring to Obtaining Software Packages and decompress it to obtain the binary DEB package.
  2. Upgrade KML.
    dpkg -P boostkit-kml
    dpkg -i boostkit-kml-xxxx.aarch64.deb

    After the installation, the system automatically adds the path to the lib folder, that is, /usr/local/kml/lib, to the environment variable LD_LIBRARY_PATH.

    In the preceding command, xxxx indicates the version number.