How to Install and Uninstall python-os-net-config Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "python-os-net-config" package

Here is a brief guide to show you how to install python-os-net-config on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-os-net-config

2. Uninstall "python-os-net-config" package

Learn how to uninstall python-os-net-config on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-os-net-config $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-os-net-config package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-os-net-config
Priority: optional
Section: universe/python
Installed-Size: 226
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.1.0-1
Depends: python-anyjson (>= 0.3.3), python-babel (>= 1.3), python-eventlet (>= 0.13.0), python-iso8601 (>= 0.1.9), python-netaddr, python-oslo.config, python-pbr, python-six (>= 1.6.0), python-yaml, python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-os-net-config-doc
Filename: pool/universe/p/python-os-net-config/python-os-net-config_0.1.0-1_all.deb
Size: 35530
MD5sum: 3e193e11ca8bb3654f5c4935cd868f3b
SHA1: 91e728ed8853ed0667c60cc5e7518e7787d70999
SHA256: ba96a107ac8fe2a1d6066b7a93b65ffd1e5096272979cacb21a5740accdd2334
Description-en: OpenStack network configuration - Python 2.x
The core aim of this project is to allow fine grained (but extendable)
configuration of the networking parameters for a network host. The project
consists of:
* A CLI (os-net-config) which provides configuration via a YAML or JSON file
formats. By default os-net-config uses a YAML config file located at
/etc/os-net-config/config.yaml. This can be customized via the
--config-file CLI option.
* A Python library which provides configuration via an object model.
.
This package contains the Python 2.x module.
Description-md5: 30ae665f35ce6a444cabf563681b94d2
Homepage: http://git.openstack.org/cgit/openstack/os-net-config
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu