How to Install and Uninstall pypi2deb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "pypi2deb" package

Here is a brief guide to show you how to install pypi2deb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypi2deb

2. Uninstall "pypi2deb" package

This guide covers the steps necessary to uninstall pypi2deb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypi2deb $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypi2deb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypi2deb
Priority: optional
Section: universe/python
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Version: 1.20151008
Depends: python3:any (>= 3.4~), build-essential, dh-python, devscripts, python3-aiohttp (>= 0.17), python3-jinja2, python3-debian, python3-redis
Recommends: python3-msgpack
Suggests: python-all-dev, python3-all-dev, pypy, python-setuptools, python3-setuptools, cython, cython3, python-nose, python3-nose, python-pytest, python3-pytest, python3-sphinx
Filename: pool/universe/p/pypi2deb/pypi2deb_1.20151008_all.deb
Size: 14784
MD5sum: 27c0ac0d0294c7c256692194f70b40da
SHA1: 148eaf7d9a3b26b592b124122fd202b5cc19ae35
SHA256: 02ffe89f453cfe11c0487b66fd790a420cfc8e9395d2568088a57f74c5c6fcda
Description-en: PyPI to Debian converter
This package provides these tools:
* py2dsp - converts PyPI package to Debian source package
* pypi2debian - converts PyPI repository to Debian repository
.
Features:
* uses PyPI metadata
* supports Python 2.X, 3.X and PyPy
* guesses build dependencies
* reuses existing Debian package names if already packaged in Debian
* creates -doc package with Sphinx regenerated documentation
* generates ITP email template
* easy to customise (profiles, overrides, templates)
* uses Debian tools to generate files if possible
* integrates with dh-python's tools
* asynchronous
Description-md5: bb0212ea3880880ab6165221d9a746b9
Homepage: https://github.com/p1otr/pypi2deb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu