The program is not in the Fedora repositories, but can be compiled by running (I used Docker; about the @development-tools
package; start by enabling the ‘free’ RPM repo):
$ dnf install @development-tools pandoc poppler-utils ffmpeg ripgrep cargo
then continue following the compiling instructions:
$ cargo install --locked ripgrep_all
$ rga --version
export PATH=$PATH:/root/.cargo/bin
Are there alternative methods? ripgrep-all
seems highly desirable since the program can search through various office and compressed formats.