233boy / 233boy/Xray

安装依赖包失败请看

Open
#4 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
2.7k
Forks
1.1k
Avg merge
1d 6h
Merged PRs (30d)
2

Description

被安装依赖包失败这个问题搞得烦死了,但是我的测试环境怎么样都不会有这个错误啊啊啊阿

解决方法可选如下:

一,手动安装 jq,不适用 ARM,推荐使用此方法

wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq; chmod +x /usr/bin/jq

二, 换系统,换到 Ubuntu 22

三,更改更新源为官方源,这里的官方指的 Debian 或者 Ubuntu

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report does not name a script, dependency file, or test; start by reproducing the dependency installation failure in the reported environment and compare it with the author's working test environment. Check the jq installation command, ARM limitation, operating-system choice, and package-source setup, then define done as a documented or verified installation path that avoids the reported failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.