Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Update needed ? #60

Closed
Dowoh opened this issue Oct 2, 2019 · 2 comments
Closed

Update needed ? #60

Dowoh opened this issue Oct 2, 2019 · 2 comments

Comments

@Dowoh
Copy link

Dowoh commented Oct 2, 2019

When i go for automatic install via the scripte, i got that error

Starting CSGO Server Launcher install (v1.13.5)...

Adding i386 architecture...
Installing required packages...
ls
E: Unable to locate package lib32ncurses5
ERROR: Cannot install required packages...

Found out that if i change that line of code in the manual install

apt-get install -y -q libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 curl gdb screen tar wget

into

apt-get install -y -q libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses6 lib32z1 curl gdb screen tar wget

The install goes well.

Hope it will work

Dowo

@crazy-max
Copy link
Owner

@Dowoh That's true if you are on debian buster. Are you? Please create a proper bug report next time, It'll save me the guessing ;)

@Dowoh Dowoh closed this as completed Oct 2, 2019
@shmidtelson
Copy link

Ubuntu 18.04.2 LTS not found package lib32ncurses6
Fix:
https://packages.ubuntu.com/cosmic/amd64/lib32ncurses6/download

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants