blivet 3.11.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

blivet 3.11.0

Blivet is a python module for system storage configuration.
CI status

License
See COPYING
Installation
From Fedora repositories
Blivet is available in Fedora repositories. You can install it using
# dnf install python3-blivet

Daily builds for Fedora
Daily builds of Blivet are available in @storage/blivet-daily Copr repository.
You can enable it using
# dnf copr enable @storage/blivet-daily

Daily builds of libblockdev and libbytesize are also in this repo.
OBS repository for Ubuntu and Debian
Packages for Debian and Ubuntu are available through the Open Build Service.
Instructions for adding the repository are available here.
Copr repository for openSUSE, Mageia and OpenMandriva
Packages for openSUSE Tumbleweed, Mageia (8 and newer) and OpenMandriva (Cooker and Rolling) are available in our blivet-stable Copr repository.
PyPI
Blivet is also available through the Python Package Index.
You can install it using
$ pip3 install blivet

Blivet depends on some C libraries that are not available on PyPI so you need to install these manually.
The main dependencies include libblockdev, libbytesize, parted and their Python bindings.
These libraries should be available on most distributions in the standard repositories.
To install these dependencies use following commands:


On Fedora and RHEL/CentOS based distributions:
# dnf install python3-blockdev libblockdev-plugins-all python3-bytesize libbytesize python3-pyparted parted libselinux-python3



On Debian and Ubuntu based distributions:
# apt-get install python3-blockdev python3-bytesize python3-parted python3-selinux gir1.2-blockdev-3.0 libblockdev-lvm3 libblockdev-btrfs3 libblockdev-swap3 libblockdev-loop3 libblockdev-crypto3 libblockdev-mpath3 libblockdev-dm3 libblockdev-mdraid3 libblockdev-fs3



Development
See CONTRIBUTING.md
Developer documentation is available on our website or on Read the Docs.
Additional information about the release process, roadmap and other development-related materials are also available in the GitHub Wiki.
Localization

Bug reporting
Bugs should be reported to bugzilla.redhat.com.
You can also report bug using the GitHub issues.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.