wget http://ftp.net.usf.edu/pub/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2_amd64.deb
wget http://ftp.net.usf.edu/pub/ubuntu/pool/universe/n/ncurses/libncurses5_6.3-2_amd64.deb
wget http://ftp.net.usf.edu/pub/ubuntu/pool/universe/n/ncurses/libncursesw5_6.3-2_amd64.deb
sudo dpkg -i libtinfo5_6.3-2_amd64.deb
sudo dpkg -i libncurses5_6.3-2_amd64.deb
sudo dpkg -i libncursesw5_6.3-2_amd64.deb
rm -f libtinfo5_6.3-2_amd64.deb libncurses5_6.3-2_amd64.deb libncursesw5_6.3-2_amd64.deb
Last active
May 3, 2025 08:49
-
-
Save pjobson/7138a52874a5c3252b82d334e3815c49 to your computer and use it in GitHub Desktop.
libncurses5 on Mint 22
@staticmem nothing was missed. At the time of upgrade I wanted to run the passmark benchmark, but it required version 5. This gist is really just a minor edge case.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing this. I'm using LM 22.1. How did this situation come about anyway where they left out ver 5 libs? Was it an oversight or something else?