Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Install from Packages

hse-project edited this page Aug 3, 2020 · 8 revisions

Mpool user-space components can be installed from release packages in a few simple steps.

Follow the instructions to install all dependencies for your platform, and to build and install the mpool-kmod repo from source, before installing the mpool repo release packages.

Download mpool Packages

Download the latest mpool and mpool-devel packages for your platform, which contain the user-space API library, CLI, and header files for the mpool kernel module. Package names start with mpool*X.Y.Z and mpool-devel*X.Y.Z, where X.Y.Z is the version.

Install mpool Packages

Install the mpool packages for your platform as follows.

RHEL 7

$ sudo yum install ./mpool-X.Y.Z*.rpm
$ sudo yum install ./mpool-devel-X.Y.Z*.rpm

RHEL 8

$ sudo dnf install ./mpool-X.Y.Z*.rpm
$ sudo dnf install ./mpool-devel-X.Y.Z*.rpm

Ubuntu 18.04

$ sudo apt-get install ./mpool_X.Y.Z*.deb
$ sudo apt-get install ./mpool-devel_X.Y.Z*.deb