LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

libtinfo5:i386 isn‘t avaiable on ubuntu 24

Open xopez opened this issue 1 year ago • 2 comments

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

  1. fresh ubuntu 24.04
  2. try to install the depency via apt libtinfo5:i386

xopez avatar Jun 10 '24 17:06 xopez

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

skrrtn avatar Aug 16 '24 03:08 skrrtn

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

F1F88 avatar Aug 20 '24 16:08 F1F88

im having issues installing cuda packages. short of a libtinfo5 dependency ig its obsolete - deprecated

rcghpge avatar Nov 23 '24 19:11 rcghpge

The requirement for libtinfo5 has been removed for Ubuntu 24.04

dgibbs64 avatar Feb 24 '25 21:02 dgibbs64

https://github.com/GameServerManagers/LinuxGSM/commit/114486107e4b3787a2dfb3624c038af23905cb55

dgibbs64 avatar Feb 24 '25 21:02 dgibbs64