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

Last updated: September 28,2024

1. Install "python-dcos" package

Please follow the steps below to install python-dcos on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dcos

2. Uninstall "python-dcos" package

In this section, we are going to explain the necessary steps to uninstall python-dcos on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-dcos $ sudo apt autoclean && sudo apt autoremove

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

Package: python-dcos
Priority: optional
Section: universe/python
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.2.0-2
Depends: python-concurrent.futures, python-git, python-jsonschema, python-pager, python-portalocker, python-prettytable, python-pygments, python-pystache, python-requests, python-six (>= 1.9), python-toml, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-dcos/python-dcos_0.2.0-2_all.deb
Size: 35386
MD5sum: 5e5a98d9dfd8baf22338952494dc85c2
SHA1: 9f81700d12e8aba8d36996434673fed5ba19dd54
SHA256: e14af676b75ce7d27b6cc14d2e97d439f3e9e2a65259a6c7a106f6df7b67420a
Description-en: Datacenter Operating System (DCOS) CLI - Python 2.7
The DCOS Command Line Interface (CLI) is a command line utility that provides
a user-friendly yet powerful way to manage DCOS installations. You can use the
Mesosphere DCOS command-line interface (CLI) to remotely manage your cluster,
install software packages, and inspect the cluster state. With the DCOS CLI
you can:
* Find and install packages from DCOS Universe and Multiverse.
* Uninstall DCOS services.
* Administer the DCOS init process, Marathon.
* Install and uninstall subcommands that extend and add functionality to the
DCOS CLI.
.
After you install the CLI, you can use it through a bash shell on Unix/Linux
systems or PowerShell on a Windows system.
.
This package contains the Python 2.7 module.
Description-md5: e76919762f7ea86d5556effe83422726
Homepage: https://github.com/mesosphere/dcos-cli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu