Skip to content
dalenewman edited this page May 10, 2021 · 3 revisions

This was tested on an Ubuntu image / Docker container:

cd ~
apt update && apt upgrade
apt install wget unzip
wget https://github.com/dalenewman/Transformalize/releases/download/v0.8.30-beta/linux-x64-tfl.zip
unzip linux-x64-tfl.zip
chmod +x ./tfl
sudo cp ./tfl /usr/local/bin
tfl --version

Now you should be able to run tfl

If it throws an error in regards to internationalization, you'll need to install this:

wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u4_amd64.deb
apt install dpkg
dpkg -i libicu57_57.1-6+deb9u4_amd64.deb
Clone this wiki locally