Install ncurses-hexedit
Installing ncurses-hexedit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncurses-hexedit
ncurses-hexedit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncurses-hexedit |
version | 0.9.7-14.1+b1 |
description | Edit files/disks in hex, ASCII and EBCDIC |
subsection | editors |
maintainer | Manfred Lichtenstern |
Uninstall ncurses-hexedit
To remove just ncurses-hexedit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncurses-hexedit
Uninstall ncurses-hexedit and it’s dependent packages
To remove the ncurses-hexedit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncurses-hexedit
Purging ncurses-hexedit
If you also want to delete configuration and/or data files of ncurses-hexedit from Debian Sid then this will work:
sudo apt-get purge ncurses-hexedit
To delete configuration and/or data files of ncurses-hexedit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncurses-hexedit