Question
How do I install libncurses.so.5 on Fedora/CentOS/RHEL?
Asked by: USER4323
55 Viewed
55 Answers
Answer (55)
On Fedora, CentOS, or RHEL, use `sudo yum install ncurses-libs`. Alternatively, you might need `sudo yum install ncurses-devel`. After installation, run `sudo ldconfig` to update the linker cache.