Linuxgsm: Bug when installing rust linuxgsm

Created on 17 Jul 2019  路  3Comments  路  Source: GameServerManagers/LinuxGSM

When installing Rust this command given for dependencies installation:
yum install epel-release bzip2 jq tmux zlib-devel

and when installing it actually it can not install jq because it needs dependecy epel-release i think.

so I recommend split the command recommended to this:
yum install epel-release bzip2 jq tmux zlib-devel
yum install jq

Follow this guide to make sure you post the correct info.
For general support visit the LinuxGSM-Support.

Issues here are ONLY for:

  • LinuxGSM bugs
  • feature suggestions
  • code contributions

Issues here are NOT for:

  • General support
  • Specific game server issues (e.g CS:GO, TF2)
  • Dedicated server issues (e.g Ubuntu, CentOS)
  • Anything not directly related to LinuxGSM development

Any general support issues on GitHub will be migrated to LinuxGSM-Support.

Please use the template below

User Story

As a [user description], I want [desired action] so that [desired outcome].

Basic info

  • Distro: [Ubuntu 18.04]
  • Game: [Garry's Mod]
  • Command: [Monitor]

Further Information

A clear description of what the bug is and any ideas on how to resolve it. Plus any further context that might be relevant to the issue.

To Reproduce

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour

bug

All 3 comments

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I guess you mean that this only apprears when you run the script ?

Because on the website it is noted, that you need to install epel-release before you install the dependencys

See:
https://linuxgsm.com/lgsm/rustserver/#centos

btw: it would be nice if you clean up a bit your issue text

LinuxGSM
LinuxGSM is a command line tool for quick, simple deployment and management of a Rust Linux dedicated game server.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UltimateByte picture UltimateByte  路  4Comments

Audrik picture Audrik  路  3Comments

jaredstone1982 picture jaredstone1982  路  3Comments

dj-hyb picture dj-hyb  路  3Comments

UltimateByte picture UltimateByte  路  4Comments