How to Install and Uninstall hy Package on Kali Linux

Last updated: May 20,2024

1. Install "hy" package

Please follow the step by step instructions below to install hy on Kali Linux

$ sudo apt update $ sudo apt install hy

2. Uninstall "hy" package

In this section, we are going to explain the necessary steps to uninstall hy on Kali Linux:

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

3. Information about the hy package on Kali Linux

Package: hy
Version: 0.28.0-1
Installed-Size: 33
Maintainer: Tianon Gravi
Architecture: all
Replaces: python3-hy (<< 0.27.0-1~)
Depends: python3-hy, python3:any
Breaks: python3-hy (<< 0.27.0-1~)
Size: 10564
SHA256: 4fdec56853bd7985b58ef839b59089ee6db952db37bd0499a7bc29651d08943a
SHA1: 16ad04606645a821ae6d80cdb54719b2953002da
MD5sum: 308917c86161c30e1fa40d08cf643534
Description: Lisp (s-expression) based frontend to Python (cmdline)
Hy is a wonderful dialect of Lisp that's embedded in Python.
.
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 the 'hy' binaries for running the interpreter.
.
It is here for future installability. This is the stable interface
to install the `hy' language.
Description-md5:
Homepage: http://hylang.org/
Section: python
Priority: optional
Filename: pool/main/h/hy/hy_0.28.0-1_all.deb