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

Last updated: May 18,2024

1. Install "python3-patsy" package

In this section, we are going to explain the necessary steps to install python3-patsy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-patsy

2. Uninstall "python3-patsy" package

Learn how to uninstall python3-patsy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-patsy
Priority: optional
Section: universe/python
Installed-Size: 779
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: patsy
Version: 0.4.1-2
Depends: python3-numpy, python3-six, python3:any (>= 3.3.2-2~)
Recommends: python3-pandas
Suggests: python-patsy-doc
Filename: pool/universe/p/patsy/python3-patsy_0.4.1-2_all.deb
Size: 169350
MD5sum: 2abc9c21ad7d50ea49d3277b44bb6d45
SHA1: 07c182937c1daa5130af9496be3dadfe795fdef6
SHA256: 463f1f88136a9224c831695ab993270f925a0b854832394bd700326bcc678716
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 3 version.
Description-md5: 9c746571984d68b3487f009052a062bc
Homepage: http://github.com/pydata/patsy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu