How to Install and Uninstall ht Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ht" package

Please follow the guidance below to install ht on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ht

2. Uninstall "ht" package

Please follow the guidance below to uninstall ht on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ht package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ht
Priority: optional
Section: universe/devel
Installed-Size: 1628
Maintainer: Ubuntu Developers
Original-Maintainer: Anton Gladky
Architecture: amd64
Version: 2.1.0-1build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), liblzo2-2, libncurses5 (>= 6), libstdc++6 (>= 4.1.1), libtinfo5 (>= 6), libx11-6
Filename: pool/universe/h/ht/ht_2.1.0-1build1_amd64.deb
Size: 497036
MD5sum: c9478a814e0758f15c9966ff764c36b6
SHA1: 4245af3185c2544328213311d4e5721bbbdef8cf
SHA256: cb3f877921d584d00814e12809998b1ee318218170aac62a2b18667081fcbe08
Description-en: 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: 506b1d91d3a57cd5091fce189bca0591
Homepage: http://hte.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu