Installing bech32 conversion tool on Ubuntu
IOG bech32 conversion tool allows you to convert between address and bech32 format.
To execute the bech32 tool on ubuntu,
1. Download and extract the latest version of the bech32 binary from the release page
2. Execute the command to convert an address to bech32 format
./bech32 <<< addr_test1vpzhx6enc57e75n2ygcgdt7cz2c8akt5rk5qaxy7j6vc3ycgly0wh
6045736b33c53d9f526a223086afd812b07ed9741da80e989e96998893 #Returns the conversion
Upgrade Ubuntu to the latest version
If you receive
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found
It probably means GLIBC has not been updated, you can check the version using
ldd --version
Try running upgrading Ubuntu to the latest version