Skip to content

Instantly share code, notes, and snippets.

@pjobson
Last active May 3, 2025 08:49
Show Gist options
  • Save pjobson/7138a52874a5c3252b82d334e3815c49 to your computer and use it in GitHub Desktop.
Save pjobson/7138a52874a5c3252b82d334e3815c49 to your computer and use it in GitHub Desktop.
libncurses5 on Mint 22
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
@pjobson
Copy link
Author

pjobson commented May 3, 2025

@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