HDFView is a free and open source HDF (Hierarchical Data Format) file editor software for Linux, Windows and MacOS. It comes with HDFView utility and the Java HDF Object Package, offering a comprehensive solution for managing HDF files, both HDF5 and HDF4 formats. Using HDFView, you can navigate through the file hierarchy, generate new files, add or remove groups and datasets, inspect and modify the contents of datasets and many more.
Download HDFView [Windows, MacOS, Linux]
How to Install HDFView on Ubuntu
To install HDFView on your system, you need flatpak and flathub on your system. If you don’t already have flatpak and flathub installed, please install them on your system using the commands provided below. After the installation, please restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that you can install HDFView using below flatpak command.
flatpak install flathub org.hdfgroup.HDFView
And open it using below command.
flatpak run org.hdfgroup.HDFView
And also you can uinstall it using below commands.
flatpak uninstall org.hdfgroup.HDFView
[OR]
sudo flatpak uninstall org.hdfgroup.HDFView