This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
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 thempool
repo release 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 the mpool packages for your platform as follows.
$ sudo yum install ./mpool-X.Y.Z*.rpm
$ sudo yum install ./mpool-devel-X.Y.Z*.rpm
$ sudo dnf install ./mpool-X.Y.Z*.rpm
$ sudo dnf install ./mpool-devel-X.Y.Z*.rpm
$ sudo apt-get install ./mpool_X.Y.Z*.deb
$ sudo apt-get install ./mpool-devel_X.Y.Z*.deb
Get Started
Configure mpools
Get Help
Develop mpool Applications
Explore mpool Internals