libtinfo5:i386 isn‘t avaiable on ubuntu 24
User story
As a admin, I want to install gmodserver without errors
Game
Gmodserver
Linux distro
Other
Command
command: install
Further information
Hey,
I want to install gmodserver on Ubuntu 24.04. the depency libtinfo5:i386 isn‘t there anymore. I manually installed the package but we should consider to switch or to remove the depencie.
Relevant log output
No response
Steps to reproduce
- fresh ubuntu 24.04
- try to install the depency via apt
libtinfo5:i386
Call me dumb, but how do I install libtinfo5:i386 manually?
edit: I am dumb, but here is to those who are dumb with me.
wget http://launchpadlibrarian.net/666841698/libtinfo5_6.1-1ubuntu1.18.04.1_i386.deb
dpkg -i libtinfo5_6.1-1ubuntu1.18.04.1_i386.deb
I solved this problem in Ubuntu 24.04 LTS system using @skrrtn method
wget https://launchpad.net/ubuntu/+source/ncurses/6.4-2/+build/25522504/+files/libtinfo5_6.4-2_i386.deb
sudo dpkg -i libtinfo5_6.4-2_i386.deb
If the installation encounter an error message to overwrite the shared package, you can use the following command to try uninstalling the installed libtinfo5 first
sudo apt-get remove libtinfo5
im having issues installing cuda packages. short of a libtinfo5 dependency ig its obsolete - deprecated
The requirement for libtinfo5 has been removed for Ubuntu 24.04
https://github.com/GameServerManagers/LinuxGSM/commit/114486107e4b3787a2dfb3624c038af23905cb55