slimtoolkit / slimtoolkit/slim
Slim-sensor not present in archive
Open
Nobody has claimed this yet.
question
- Dominant language
- Go
- Stars
- 23.4k
- Forks
- 840
- PR merge metrics
- No merged PRs in 30d
Description
tar -xvf ds.tar.gz
mv dist_linux/slim /usr/local/bin/
mv dist_linux/slim-sensor /usr/local/bin/
mv: cannot stat 'dist_linux/slim-sensor': No such file or directory
after unpack archive Section Installation Latest Linux binaries (curl -L -o ds.tar.gz https://github.com/slimtoolkit/slim/releases/download/1.40.11/dist_linux.tar.gz)
tar -xvf ds.tar.gz
dist_linux/
dist_linux/mint
dist_linux/mint-sensor
dist_linux/slim
dist_linux/docker-slim
ls -1ln ./dist_linux/
total 83720
lrwxrwxrwx 1 1891257284 1891200513 4 Jan 16 2025 docker-slim -> mint
-rwxr-xr-x 1 1891257284 1891200513 70443160 Jan 16 2025 mint
-rwxr-xr-x 1 1891257284 1891200513 15274136 Jan 16 2025 mint-sensor
lrwxrwxrwx 1 1891257284 1891200513 4 Jan 16 2025 slim -> mint
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Installation section and the 1.40.11 Latest Linux binaries archive referenced in the issue, then inspect how the archive contents and installation names are produced. Done means the archive and its documented commands use consistent names for the sensor binary, with the reported extraction and move commands succeeding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100