xxxxxxxxxx
# Download the archive
curl -L "https://github.com/sundowndev/phoneinfoga/releases/download/v2.0.8/phoneinfoga_$(uname -s)_$(uname -m).tar.gz" -o phoneinfoga.tar.gz
# Extract the binary
tar xfv phoneinfoga.tar.gz
# Run the software
./phoneinfoga --help
# You can install it globally
mv ./phoneinfoga /usr/bin/phoneinfoga