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

Installation and Uninstallation

How to Use the RPM Package

  • Install the RPM package.
    rpm -ivh boostkit-kvsip-xxxx-1.el7.aarch64.rpm

    xxxx indicates the version number.

    After the installation, check whether header files and dynamic libraries exist in the /usr/local/include/KVSIP and /usr/local/lib/KVSIP directories.

  • Uninstall the RPM package.
    rpm -e boostkit-kvsip-xxxx-1.aarch64

    xxxx indicates the version number.

    After the uninstallation, check whether the header files and dynamic libraries are deleted from the /usr/local/include/KVSIP and /usr/local/lib/KVSIP directories.

How to Use the DEB Package

  • Install the DEB package.
    dpkg -i boostkit-kvsip-xxxx.aarch64.deb

    xxxx indicates the version number.

    After the installation, check whether header files and dynamic libraries exist in the /usr/local/include/KVSIP and /usr/local/lib/KVSIP directories.

  • Uninstall the DEB package.
    dpkg -r boostkit-kvsip
    After the uninstallation, check whether the header files and dynamic libraries are deleted from the /usr/local/include/KVSIP and /usr/local/lib/KVSIP directories.

    If the KVSIP of an earlier version has been installed, uninstall it and then install the KVSIP of the required version.