Recent Questions - Unix & Linux Stack Exchange · Aug 17, 2026
Pipe to tar for simpler from-GitHub installation [duplicate]
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
I found this great example of how to install the latest release on GitHub over at Taplo : curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-x86_64.gz | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo I like this, because it's a one-liner for what I used to do in several manual steps. However, it only works with .gz archives and I can't figure out how to…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.