How to Install and Uninstall senlin-api Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "senlin-api" package

This is a short guide on how to install senlin-api on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install senlin-api

2. Uninstall "senlin-api" package

Please follow the step by step instructions below to uninstall senlin-api on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the senlin-api package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: senlin-api
Priority: extra
Section: universe/net
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: senlin
Version: 1.0.0-1
Depends: adduser, senlin-common (= 1.0.0-1), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
Filename: pool/universe/s/senlin/senlin-api_1.0.0-1_all.deb
Size: 18604
MD5sum: 49a32c9779fd183ee94783f3d800048e
SHA1: 2d26f5f7bc1fde708d1832b1c2a780df1d469f42
SHA256: e86a9ba370550e1d580fa97733f2c24427a7209f3fdeb2a77f245647eb984c23
Description-en: clustering service for OpenStack clouds - API
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 REST API daemon.
Description-md5: 57be45e1052a83d28573ec7e3136109f
Homepage: https://github.com/stackforge/senlin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu