How to Install and Uninstall python3-oslo.service Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 05,2024

1. Install "python3-oslo.service" package

In this section, we are going to explain the necessary steps to install python3-oslo.service on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-oslo.service

2. Uninstall "python3-oslo.service" package

In this section, we are going to explain the necessary steps to uninstall python3-oslo.service on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-oslo.service $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-oslo.service package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-oslo.service
Priority: optional
Section: universe/python
Installed-Size: 206
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-oslo.service
Version: 1.8.0-1ubuntu1
Depends: python3-babel, python3-eventlet (>= 0.18.4), python3-monotonic (>= 0.6), python3-oslo.concurrency (>= 3.5.0), python3-oslo.config (>= 1:3.7.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.log (>= 1.14.0), python3-oslo.utils (>= 3.5.0), python3-paste, python3-pastedeploy, python3-routes, python3-six (>= 1.9.0), python3-greenlet, python3-webob, python3:any (>= 3.3.2-2~)
Suggests: python-oslo.service-doc
Filename: pool/universe/p/python-oslo.service/python3-oslo.service_1.8.0-1ubuntu1_all.deb
Size: 36226
MD5sum: 1410511dc6b36e93379934a65a787512
SHA1: 5e802ad6b0a6e18ef8f078a1d72dccde67a27859
SHA256: d33d36f5e57e8379159257f4f0552131d519763a2fa88983e38d655e14a5c54c
Description-en: library for running OpenStack services - Python 3.x
The oslo.service library provides a framework for managing long-running
services in OpenStack projects.
.
Features include:
* Creation and management of long running service processes and threads.
* Periodic task management.
* SSL configuration of services.
* SystemD notification support.
.
This package contains the Python 3.x module.
Description-md5: 6870e4b07f8b27512a863127955ea2cc
Homepage: https://github.com/openstack/oslo.service
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu