udunits2
Utility for handling units of physical quantities
Install
- All systems
-
curl cmd.cat/udunits2.sh
- Debian
-
apt-get install udunits-bin
- Ubuntu
-
apt-get install udunits-bin
- Kali Linux
-
apt-get install udunits-bin
- Fedora
-
dnf install udunits2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install udunits-bin
- OS X
-
brew install udunits2
- Raspbian
-
apt-get install udunits-bin
- Dockerfile
- dockerfile.run/udunits2
udunits-bin
Utility for handling units of physical quantities
udunits is a utility for handling units of physical quantities. It supports conversion between string and binary representations of units, arithmetic manipulation of units, and conversion of numeric values between compatible units. The package is written in the C programming language.