broot icon indicating copy to clipboard operation
broot copied to clipboard

How do you install broot on Fedora?

Open stephane-klein opened this issue 3 years ago • 2 comments

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?

stephane-klein avatar Jun 11 '22 09:06 stephane-klein

First try the binaries from https://dystroy.org/broot/download/broot_1.13.1.zip

The "x86_64-linux" binary probably works for you.

Canop avatar Jun 11 '22 09:06 Canop

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

stephane-klein avatar Jun 11 '22 13:06 stephane-klein