How to Install and Uninstall python3-senlin Package on Kali Linux

Last updated: April 25,2024

1. Install "python3-senlin" package

This is a short guide on how to install python3-senlin on Kali Linux

$ sudo apt update $ sudo apt install python3-senlin

2. Uninstall "python3-senlin" package

This is a short guide on how to uninstall python3-senlin on Kali Linux:

$ sudo apt remove python3-senlin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-senlin package on Kali Linux

Package: python3-senlin
Source: senlin
Version: 13.0.0-1
Installed-Size: 3905
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-docker, python3-eventlet, python3-jsonpath-rw, python3-jsonschema, python3-keystoneauth1, python3-keystonemiddleware, python3-microversion-parse, python3-migrate, python3-openstacksdk, python3-oslo.config, python3-oslo.context, python3-oslo.db, python3-oslo.i18n, python3-oslo.log, python3-oslo.messaging, python3-oslo.middleware, python3-oslo.policy (>= 3.6.0), python3-oslo.reports, python3-oslo.serialization, python3-oslo.service, python3-oslo.upgradecheck (>= 1.3.0), python3-oslo.utils, python3-oslo.versionedobjects, python3-osprofiler, python3-pastedeploy, python3-pbr, python3-requests, python3-routes, python3-sqlalchemy, python3-stevedore, python3-tenacity, python3-tz, python3-webob, python3-yaml, python3:any
Conflicts: python-senlin
Size: 364916
SHA256: 80dc4c4c43dbacbbb2ff7c37a72b9922fecb2ac90ed54b6fff0458b41ca522a1
SHA1: 0084a867689253471884c3f10fcdaf8699154614
MD5sum: 8a1aa8dcaddef90e5b9ed1c7a290bb87
Description: clustering service for OpenStack clouds - Python 2.7
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package provides the Python 2.7 library.
Description-md5: 5a285a24758929cc127f19f9c52db34a
Homepage: https://github.com/openstack/senlin
Section: python
Priority: optional
Filename: pool/main/s/senlin/python3-senlin_13.0.0-1_all.deb