Skip to content
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

Install Rclone, LazyDocker and other packages with ubi #65

Open
collegeimprovements opened this issue Sep 15, 2024 · 2 comments
Open

Install Rclone, LazyDocker and other packages with ubi #65

collegeimprovements opened this issue Sep 15, 2024 · 2 comments
Labels
stalled Needs more info or help from submitter to move forward

Comments

@collegeimprovements
Copy link

collegeimprovements commented Sep 15, 2024

Some of the packages have many release versions, yet in ubi we get the message [ubi][ERROR] could not find a release for this OS and architecture from MD5SUMS....

E.g.

"$HOME/bin/ubi" --project rclone/rclone --matching rclone-v1.68.0-osx-amd64
[ubi][ERROR] could not find a release for this OS and architecture from MD5SUMS, rclone-v1.68.0-freebsd-386.zip, rclone-v1.68.0-freebsd-amd64.zip, rclone-v1.68.0-freebsd-arm-v6.zip, rclone-v1.68.0-freebsd-arm-v7.zip, rclone-v1.68.0-freebsd-arm.zip, rclone-v1.68.0-linux-386.deb, rclone-v1.68.0-linux-386.rpm, rclone-v1.68.0-linux-386.zip, rclone-v1.68.0-linux-amd64.deb, rclone-v1.68.0-linux-amd64.rpm, rclone-v1.68.0-linux-amd64.zip, rclone-v1.68.0-linux-arm-v6.deb, rclone-v1.68.0-linux-arm-v6.rpm, rclone-v1.68.0-linux-arm-v6.zip, rclone-v1.68.0-linux-arm-v7.deb, rclone-v1.68.0-linux-arm-v7.rpm, rclone-v1.68.0-linux-arm-v7.zip, rclone-v1.68.0-linux-arm.deb, rclone-v1.68.0-linux-arm.rpm, rclone-v1.68.0-linux-arm.zip, rclone-v1.68.0-linux-arm64.deb, rclone-v1.68.0-linux-arm64.rpm, rclone-v1.68.0-linux-arm64.zip, rclone-v1.68.0-linux-mips.deb, rclone-v1.68.0-linux-mips.rpm, rclone-v1.68.0-linux-mips.zip, rclone-v1.68.0-linux-mipsle.deb, rclone-v1.68.0-linux-mipsle.rpm, rclone-v1.68.0-linux-mipsle.zip, rclone-v1.68.0-netbsd-386.zip, rclone-v1.68.0-netbsd-amd64.zip, rclone-v1.68.0-netbsd-arm-v6.zip, rclone-v1.68.0-netbsd-arm-v7.zip, rclone-v1.68.0-netbsd-arm.zip, rclone-v1.68.0-openbsd-386.zip, rclone-v1.68.0-openbsd-amd64.zip, rclone-v1.68.0-osx-amd64.zip, rclone-v1.68.0-osx-arm64.zip, rclone-v1.68.0-plan9-386.zip, rclone-v1.68.0-plan9-amd64.zip, rclone-v1.68.0-solaris-amd64.zip, rclone-v1.68.0-vendor.tar.gz, rclone-v1.68.0-windows-386.zip, rclone-v1.68.0-windows-amd64.zip, rclone-v1.68.0-windows-arm64.zip, rclone-v1.68.0.tar.gz, SHA1SUMS, SHA256SUMS, version.txt
❯ mise use -g ubi:https://github.com/jesseduffield/lazydocker
[ubi][ERROR] could not find a release for this OS and architecture from checksums.txt, lazydocker_0.23.3_Darwin_arm64.tar.gz, lazydocker_0.23.3_Darwin_x86_64.tar.gz, lazydocker_0.23.3_Linux_arm64.tar.gz, lazydocker_0.23.3_Linux_armv6.tar.gz, lazydocker_0.23.3_Linux_armv7.tar.gz, lazydocker_0.23.3_Linux_x86.tar.gz, lazydocker_0.23.3_Linux_x86_64.tar.gz, lazydocker_0.23.3_Windows_arm64.zip, lazydocker_0.23.3_Windows_armv6.zip, lazydocker_0.23.3_Windows_armv7.zip, lazydocker_0.23.3_Windows_x86.zip, lazydocker_0.23.3_Windows_x86_64.zip
mise ubi failed
[ubi][ERROR] could not find a release for this OS and architecture from checksums.txt, lazydocker_0.23.3_Darwin_arm64.tar.gz, lazydocker_0.23.3_Darwin_x86_64.tar.gz, lazydocker_0.23.3_Linux_arm64.tar.gz, lazydocker_0.23.3_Linux_armv6.tar.gz, lazydocker_0.23.3_Linux_armv7.tar.gz, lazydocker_0.23.3_Linux_x86.tar.gz, lazydocker_0.23.3_Linux_x86_64.tar.gz, lazydocker_0.23.3_Windows_arm64.zip, lazydocker_0.23.3_Windows_armv6.zip, lazydocker_0.23.3_Windows_armv7.zip, lazydocker_0.23.3_Windows_x86.zip, lazydocker_0.23.3_Windows_x86_64.zip

Is there a way to install rclone with ubi or it's not supported ?

@collegeimprovements collegeimprovements changed the title Install Rclone and other pacakges with ubi Install Rclone, LazyDocker and other pacakges with ubi Sep 15, 2024
@autarch
Copy link
Member

autarch commented Sep 21, 2024

What platform were you running this on? Can you share the output of uname -a?

@autarch
Copy link
Member

autarch commented Sep 21, 2024

Also, if you can share the output of "$HOME/bin/ubi" --project rclone/rclone --debug that'd be great. Thanks!

@autarch autarch added the stalled Needs more info or help from submitter to move forward label Oct 5, 2024
@autarch autarch changed the title Install Rclone, LazyDocker and other pacakges with ubi Install Rclone, LazyDocker and other packages with ubi Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stalled Needs more info or help from submitter to move forward
Development

No branches or pull requests

2 participants