radare2.x86_64 radare2-common.noarch radare2-devel.x86_64So, I do this:
dnf install radare2 dnf install radare2-develInstalling radare2 pull in common, but I have to explicitly ask for "devel", which I may not need, but what the heck? Asking for devel pulls in various other devel packages including "libuv". Nothing really crazy with libuv -- it is some kind of asynchronous IO thing for Node.js and who knows why that would be required.
I type "radare2" and get a usage message. And I learn that "r2" is an alias for radare2. There is a man page and it says:
radare2 — Advanced command-line hexadecimal editor, disassembler and debuggerIt seems to be a toolkit including all of these: r2r(1), rahash2(1), rafind2(1), rabin2(1), radiff2(1), rasm2(1), rax2(1), ravc2(1), ragg2(1), rarun2(1),
Indeed, all of these are now on my system except "r2r"
Tom's Computer Info / tom@mmto.org