I've just failed in installing OpenRefine on fedora 36.
What I've tried:
(1) I downloaded the tar.gz from the download page
(2) I followed the instructions on the fedora documentation on installing from source and did:
tar -zxf openrefine-3.7.5.tar.gz
cd openrefine-3.7.5/
./configure
make
sudo make install
However I failed at lines 3-5, since there were no configure or make files in the unzipped tar-folder. How shall I proceed? Thank you so much!
PS: I also searched for an installer in DNFdragora as well as in the Appstores of Fedora/KDE (Software/Discover). But openrefine is not in there, right?