golang-migrate / migrate

Database migrations. CLI and Golang library.
Other
14.84k stars 1.37k forks source link

Unable to install on Linux Mint 21.1 #980

Open alexsalniy opened 11 months ago

alexsalniy commented 11 months ago

Describe the Bug Unable to install on Linux Mint 21.1 with steps provided in documentaion

Steps to Reproduce Steps to reproduce the behavior:

$ curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | apt-key add -
$ echo "deb https://packagecloud.io/golang-migrate/migrate/ubuntu/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/migrate.list
$ apt-get update
$ apt-get install -y migrate

Results:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package migrate is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'migrate' has no installation candidate

Expected Behavior I should able to install on ubuntu seamlessly

Migrate Version Not Applicable

Loaded Source Drivers e.g. s3, github, go-bindata, gcs, file Obtained by running: migrate -help

Go Version go version go1.18.1 linux/amd64

SadDone commented 9 months ago

https://github.com/golang-migrate/migrate/issues/818#issuecomment-1270444615