How to Install and Uninstall ht Package on Kali Linux

Last updated: May 20,2024

1. Install "ht" package

This guide let you learn how to install ht on Kali Linux

$ sudo apt update $ sudo apt install ht

2. Uninstall "ht" package

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

$ sudo apt remove ht $ sudo apt autoclean && sudo apt autoremove

3. Information about the ht package on Kali Linux

Package: ht
Version: 2.1.0+repack1-5
Installed-Size: 2177
Maintainer: Anton Gladky
Architecture: amd64
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), liblzo2-2 (>= 2.02), libncurses6 (>= 6), libstdc++6 (>= 5), libtinfo6 (>= 6), libx11-6
Size: 571576
SHA256: 9c40635c2b3d6cac674a5a106fc57ec287f9104d2d1fe50f8ac87a19d45abff9
SHA1: c96a022448da1088cf7f074c5d65878393f85966
MD5sum: d6780da3a3e93ae5e17d5fed2e66ce2b
Description: Viewer/editor/analyser (mostly) for executables
This program is a file viewer, editor and analyzer for text, binary,
and (especially) executable files - in other words it is an advanced
hexeditor and disassembler.
.
For more info (e.g. keybindings) see the README file!
.
1. Supported file formats
- common object file format (COFF/XCOFF32)
- executable and linkable format (ELF)
- linear executables (LE)
- standard DO$ executables (MZ)
- new executables (NE)
- portable executables (PE32/PE64)
- java class files (CLASS)
- Mach exe/link format (MachO)
- X-Box executable (XBE)
- Flat (FLT)
- PowerPC executable format (PEF)
2. Code & Data Analyser
- finds branch sources and destinations recursively
- finds procedure entries
- creates labels based on this information
- creates xref information
- allows one to interactively analyse unexplored code
- allows one to create/rename/delete labels
- allows one to create/edit comments
- supports x86, ia64, alpha, ppc and java code
3. Target systems
- DJGPP
- GNU/Linux
- FreeBSD
- OpenBSD
- Win32
.
Please note that the program is called "hte" not "ht" as the package name
suggests.
Description-md5:
Homepage: http://hte.sourceforge.net/
Tag: interface::text-mode, role::program, scope::utility, uitoolkit::ncurses,
use::editing, use::viewing
Section: devel
Priority: optional
Filename: pool/main/h/ht/ht_2.1.0+repack1-5_amd64.deb