I have installed Xilinx Vivado, but when launching it from terminal I get an error:
couldn't load file "librdi_commontasks.so": libtinfo.so.5: cannot open shared object file: No such file or directory
I found this solution in internet
https://support.xilinx.com/s/article/76585?language=en_US
sudo apt-get install libtinfo5
But the problem is that these commands do not work in Rocky Linux.
How can i install the: libtinfo.so.5 library ?
Please help