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

Last updated: November 07,2024

1. Install "python-stdeb" package

Learn how to install python-stdeb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-stdeb

2. Uninstall "python-stdeb" package

Please follow the guidelines below to uninstall python-stdeb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-stdeb
Priority: optional
Section: universe/python
Installed-Size: 179
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: stdeb
Version: 0.8.5-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), debhelper (>= 9), python-setuptools, python-requests
Recommends: apt-file, dpkg-dev, python-all
Suggests: python-all-dev
Filename: pool/universe/s/stdeb/python-stdeb_0.8.5-1_all.deb
Size: 46348
MD5sum: ee759dc13f4f5dc91541244f04e677eb
SHA1: a49253e34caa52c04979ebb7b6ce2fa5b995315f
SHA256: 700c23a05ec8f39c7d137e4b52917ffa312df4370be35fe579cbb4a69c56a1b5
Description-en: Python to Debian source package conversion utility
This package provides some tools to produce Debian packages from Python
packages via a new distutils command, sdist_dsc. Automatic defaults are
provided for the Debian package, but many aspects of the resulting package can
be customized via a configuration file.
.
* pypi-install will query the Python Package Index (PyPI) for a
package, download it, create a .deb from it, and then install
the .deb.
* py2dsc will convert a distutils-built source tarball into a Debian
source package.
* py2dsc-deb is like py2dsc, but will additionally build binary package
* pypi-download will download upstream tarball from PyPI
Description-md5: b8e388fcdd0fbdb9b4f19a0d81b0931b
Homepage: http://github.com/astraw/stdeb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu