Dev Toolbox is a free and open source developer friendly application for Linux. It is a collection of some easy to use developer tools. It comes with CRON parser, JSON to YAML converter, Number bases and timestamp converter, HTML,URL encoder and decoder, Gzip compress and decompress, JSON, SQL, XML & HTML Formatter, Hash and generators, Regex tester, Markdown Previewer, image converter and more.
How to install Dev Toolbox on Ubuntu Linux
Dev Toolbox is available as a flatpak package file from the remote flathub store. First install the latest version of flatpak and flathub on your system and restart it after the installation. Follow below tutorial link for the installation instructions.
Now open the terminal app (ctrl+alt+t) and run below Dev Toolbox installation command. It will install the latest version of Dev Toolbox application on your system.
flatpak install flathub me.iepure.devtoolbox
After the installation you can open it from the applications menu or via the below command in the terminal software.
flatpak run me.iepure.devtoolbox
And you can also uninstall Dev Toolbox using below command.
sudo flatpak uninstall me.iepure.devtoolbox
That’s it.