BinEd Binary Hexadecimal Editor

BinEd is a free and open source hexadecimal editor application for Linux, Windows and MacOS. It is written in Java and released under Apache License 2.0. It comes with exabyte file size support, undo, redo, visualize file data as hexadecimal, binary, octal or decimal codes, Unicode UTF-8 and other charset support, insert and overwrite edit modes and many more.

BinEd Binary Hexadecimal Editor

Download BinEd [Windows,MacOS, Linux]

How to Install BinEd on Ubuntu

To install the latest version of BinEd on your system, download BinEd in .deb package file format from the above download link and save it on your Downloads folder.

Here the downloaded file name is “bined_0.2.2-1_all.deb“. You can change below command based on your downloaded file name.

sudo apt install ./Downloads/bined_0.2.2-1_all.deb

After the successful installation of BinEd, run below command to open it. You can also open it from the Ubuntu dash via Show apps.

bined

Install BinEd via Flatpak:

If you don’t have then first install flatpak and flathub on your system using below commands in the terminal app (ctrl+alt+t)

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Then restart your system. Now in the terminal app run below command.

flatpak install flathub org.exbin.BinEd

And you can open it using below command.

flatpak run org.exbin.BinEd

And also uninstall BinEd using below commands.

flatpak uninstall org.exbin.BinEd

[OR]

sudo flatpak uninstall org.exbin.BinEd
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  MenuLibre Desktop Menu Editor

Leave a Reply