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

Unable to install on Linux Mint 21.1 #980

Open
alexsalniy opened this issue Sep 24, 2023 · 1 comment
Open

Unable to install on Linux Mint 21.1 #980

alexsalniy opened this issue Sep 24, 2023 · 1 comment

Comments

@alexsalniy
Copy link

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
Copy link

SadDone commented Nov 19, 2023

#818 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants