units_cur
converts between different systems of units
Install
- All systems
-
curl cmd.cat/units_cur.sh
- Debian
-
apt-get install units
- Ubuntu
-
apt-get install units
- Arch Linux
-
pacman -S units
- Kali Linux
-
apt-get install units
- CentOS
-
yum install units
- Fedora
-
dnf install units
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install units
- Raspbian
-
apt-get install units
- Dockerfile
- dockerfile.run/units_cur
units
converts between different systems of units
GNU 'units' program converts quantities expressed in various scales to their equivalents in other scales. The 'units' program can only handle multiplicative scale changes directly. It uses a functional notation for non-proportional conversions such a Fahrenheit temperature to Celsius temperature. This package includes the units_cur script to update currency conversion information; this script requires a Python 3 interpreter and the python3-requests library.