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

Last updated: May 03,2024

1. Install "python-patsy" package

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

$ sudo apt update $ sudo apt install python-patsy

2. Uninstall "python-patsy" package

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

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

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

Package: python-patsy
Priority: optional
Section: universe/python
Installed-Size: 780
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: patsy
Version: 0.4.1-2
Depends: python (>= 2.7), python (<< 2.8), python-six, python-numpy
Recommends: python-pandas, python-openpyxl
Suggests: python-patsy-doc
Filename: pool/universe/p/patsy/python-patsy_0.4.1-2_all.deb
Size: 169194
MD5sum: 1dc3fda93a25c5f42ad15495c36c5399
SHA1: 15bbacf97efe7aa7209faa81c31375e6f5ea74fe
SHA256: 56fca72f17b62631e8074af160ad13cb7a95723dce74e87d7c205e29577d6957
Description-en: statistical models in Python using symbolic formulas
patsy is a Python library for describing statistical models
(especially linear models, or models that have a linear component)
and building design matrices.
.
This package contains the Python 2 version.
Description-md5: 2b9934863c5c724ff5f035a65349cda2
Homepage: http://github.com/pydata/patsy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu