binenv icon indicating copy to clipboard operation
binenv copied to clipboard

ERR no distribution named "regctl"

Open EnochTheWise opened this issue 2 years ago • 3 comments

Not found:

$ binenv search regctl

But present in versions:

$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1

EnochTheWise avatar Oct 18 '22 10:10 EnochTheWise

You probably did not binenv update

leucos avatar Oct 18 '22 10:10 leucos

$ binenv update regctl -f
updating distributions 100% |███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (1/1, 445 it/s)
2022-10-21T11:19:09+07:00 ERR no distribution named "regctl"
$ binenv search regctl
$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1 
$ binenv update
2022-10-21T11:19:40+07:00 INF retrieving distribution cache from https://raw.githubusercontent.com/devops-works/binenv/develop/distributions/cache.json
2022-10-21T11:19:41+07:00 INF fetched updates for 274 distributions
$ binenv search regctl
$ binenv update -f
updating distributions 100% |████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (261/261, 5 it/s)         
$ binenv search regctl
$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1

EnochTheWise avatar Oct 21 '22 04:10 EnochTheWise

binenv update -a

leucos avatar Oct 21 '22 06:10 leucos