Kalzium is a free and open source periodic table software for Linux. Using Kalzium, you can view and search elements information and get periodic table facts. It comes with melting points, electron affinity, electron negativity, electron configuration, radii, mass, ionisation energy of each element in periodic table. It is released under GNU General Public License v2.0 or later. Some other useful features are isotope table, year simulator, temperature simulator and more.
How to Install Kalzium on Ubuntu Linux
You can install Kalzium Periodic Table app using apt, snap and flatpak. In the terminal application (ctrl+alt+t) run below Kalzium app installation command. It will install the latest version of Kalzium on your system.
sudo apt install kalzium
After the installation , you can open it using below command or via show applications menu.
kalzium
And you can also uninstall Kalzium using this command.
sudo apt remove kalzium
Install Kalzium via Snap:
You can also install Kalzium using snap package file from the snap store. In the terminal app run below Kalzium snap install command.
sudo snap install kalzium
And open Kalzium using below command.
kalzium
And you can also uninstall Kalzium using this command.
sudo snap remove kalzium
Install Kalzium via Flatpak:
First install flatpak and flathub on your system and restart it after the installation.
Now in the terminal run flatpak Kalzium install command.
flatpak install flathub org.kde.kalzium
After the installation you can open it using below command.
flatpak run org.kde.kalzium
And uninstall it using below command.
sudo flatpak uninstall org.kde.kalzium
That’s it.