I got another one. Switched back to Linux Mint (starting to regret it) and when installing the latest nightly from the .deb package, I'm getting an error "ohrrpgce depends on libncurses5 (>= 5.4); however: Package libncurses5 is not installed."
Since I'm basically on Ubuntu, libncurses6 is the version in the repos.
I was able to actually get OHR running, but now every time I use apt update it starts complaining about how OHR is "broken" since I don't have libncurses5.
apt --fix-broken-install" worked in Debian, since libncurses5 is still in the repos. Moving back to Debian would fix this for now.
Is there any plan to use curses6, and/or should I use the tar.gz version instead of a .deb package?
libncurses5 - Linux Mint/Ubuntu
Moderators: marionline, SDHawk
-
- Red Slime
- Posts: 53
- Joined: Fri Jan 13, 2023 1:13 am
Re: libncurses5 - Linux Mint/Ubuntu
Oh. Actually, we don't depend on libncurses (nor libtinfo nor libtermcap) at all in any (official) linux builds; we haven't since 2020. So that dependency should be deleted from the .deb file. Thanks for pointing that out. Done.
-
- Red Slime
- Posts: 53
- Joined: Fri Jan 13, 2023 1:13 am
Re: libncurses5 - Linux Mint/Ubuntu
Excellent! Thank you!