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

Last updated: May 10,2024

1. Install "senlin-engine" package

Please follow the instructions below to install senlin-engine on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install senlin-engine

2. Uninstall "senlin-engine" package

This is a short guide on how to uninstall senlin-engine on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: senlin-engine
Priority: extra
Section: universe/net
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: senlin
Version: 1.0.0-1
Depends: adduser, senlin-common (= 1.0.0-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
Filename: pool/universe/s/senlin/senlin-engine_1.0.0-1_all.deb
Size: 4784
MD5sum: eca271edef3444d82318dc38dec778b0
SHA1: 6755afb0153223ff47abac9ab11bf6b8d9d54c2b
SHA256: 3da8d48f384d1d0e2cf9f51355b080d8102764e5b46c87a65b067a16908bd683
Description-en: clustering service for OpenStack clouds - Engine
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 engine daemon.
Description-md5: 423a907ff27925a492f824c92ee44c84
Homepage: https://github.com/stackforge/senlin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu