Closed rockerBOO closed 3 years ago
According to this issue, it looks like you need to install ncurses5-compat-libs
.
I don't think ncurses5-compact-libs
is available anymore. I currently have libtinfo.so.6
though which links to ncurses.
libtinfo.so.6 -> libncursesw.so.6
I should investigate removing this dependency entirely, I think the code that requires it is detecting the width of the terminal window, but this code is never actually used. It was added in because a portion of the code was originally developed as a standalone command-line utility.
Which library is this requiring? I'm on Arch but any hint I can probably figure out which one.