Collision is a free and open source hash checker application for Linux. Using Collision you can check and view file hashes and also compare and verify MD5, SHA-1, SHA-256 & SHA-512 hashes. It is a simple and easy to use tool and released under BSD 2-Clause “Simplified” License and written Crystal.
Install Collision on Ubuntu Linux
Collision is available as a flatpak package from flathub. You can install it via the terminal application easily. If you don’t have flatpak , then install flatpak and flathub on your system first and restart your system after the installation. Now open the terminal (ctrl+alt) application run below Collision flatpak installation command. It will install the latest version of Collision your your system.
flatpak install flathub dev.geopjr.Collision
After the installation run below command to start Collision.
flatpak run dev.geopjr.Collision
Just open the file to check and generate the hash. You can also uninstall it via below command.
sudo flatpak uninstall dev.geopjr.Collision
That’s all.