broot
broot copied to clipboard
How do you install broot on Fedora?
Hello,
I'm on Fedora 36 and I have installed broot with this copr repository: https://copr.fedorainfracloud.org/coprs/petersen/broot/
Problem: this repository supply the old broot version 1.0.1 and the current version is 1.13.1.
Question: how do you install broot on Fedora?
First try the binaries from https://dystroy.org/broot/download/broot_1.13.1.zip
The "x86_64-linux" binary probably works for you.
Here is how, now I install broot on Fedora:
$ sudo rm /usr/local/bin/broot
$ sudo curl -s https://dystroy.org/broot/download/x86_64-linux/broot --output /usr/local/bin/broot
$ sudo chmod ugo+x /usr/local/bin/broot
$ /usr/local/bin/broot --version
broot 1.13.1