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

Last updated: May 18,2024

1. Install "python3-hy" package

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

$ sudo apt update $ sudo apt install python3-hy

2. Uninstall "python3-hy" package

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

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

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

Package: python3-hy
Priority: optional
Section: universe/python
Installed-Size: 299
Maintainer: Ubuntu Developers
Original-Maintainer: Tianon Gravi
Architecture: all
Source: hy
Version: 0.11.1-1
Depends: python3-astor, python3-rply, python3-clint, python3:any (>= 3.3.2-2~)
Filename: pool/universe/h/hy/python3-hy_0.11.1-1_all.deb
Size: 79678
MD5sum: e439901cef002a60362c8efa86927dcc
SHA1: c4d902065aaa9973f7fea6a0895076445a4ba4db
SHA256: 6118156828b95d43bf3354ecaecd2d9358d38ad84537e02020c9c7ef29f19489
Description-en: Lisp (s-expression) based frontend to Python 3
Hy is a wonderful dialect of Lisp that's embedded in Python 3.
.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
.
This package contains Python 3 bindings only.
Description-md5: 6a814200f86d16c4a13a8fffa0a379a0
Homepage: http://hylang.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu