-
-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Ubuntu 23.04 Dependency Check for Netcat #4344
Comments
Similar problem, i'm install netcat-traditional with apt - didn't help.
My OS: ⬇️ |
And the netcat package itself does not exist in Ubuntu 23.04. |
Ubuntu 23.04 is no lts Version ;) I Bet, only lts is supported |
As per this commend the openbsd version is newer and has more features. I will use that package moving forward https://askubuntu.com/a/426320 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
User story
I am trying to install a Rust server on Ubuntu 23.04, it fails at installing dependencies for steamcmd.
Game
Rust
Linux distro
Other
Command
command: install
Further information
After running
./rustserver install
, I get the following:after trying to install netcat manually:
It appears that in Ubuntu 23.04 netcat is now split into 2 versions. I tried Ubuntu 22.04 and 20.04 and they don't have this issue. I believe netcat-traditional should be used instead for the dependency check.
Relevant log output
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: