-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Package as rpm/deb and add it to the offical repos? #5471
Comments
Hi @mkg20001, if you want to install ipfs via your package manager, you will have to file this issue with your distribution. For example, Debian has a list of prospective packages that can be picked up for packaging by Debian maintainers. Apparently ipfs has been on that list for over three years now. Anyway, there is not much we can do about this, as this is a job for your distribution's maintainers. However, there is a snap for ipfs ( |
@keks Ok, I'll leave this issue open until those packages are ready. |
Make sure it's safe to run #5511 |
Let's go with a PPA before attempting to add IPFS to the official Debian/Ubuntu repos. IPFS is far from stable software, and having it in the official repos is only going to lead to a ton of old IPFS nodes out there.
|
Yes - we are needing a way to do an automated install for IPFS in order to put it in docker so we can move IPFS into our production environment (at Internet Archive), and were hoping for apt-get as the docker instructions don't work for our situation for a couple of reasons. |
As we publish full source tarballs, packaging it should be easier (see https://dist.ipfs.io/go-ipfs/v0.4.17). It would be great to get PPA with go-ipfs. |
Something quick and dirty to get debs would be:
For the future maybe using a proper |
Looks like there already is a PPA serving go-ipfs packages: http://get.siderus.io/ |
One failed attempt to package |
This shouldn't be that hard I was hoping. Just package the Related: ipfs/ipfs-desktop#691 |
@Stebalien Any updates on this issue? A standalone Deb package would be a huge help for new users |
A Debian maintainer would need to pick this up. It should be easier this time around now that go has go modules, but I'm not going to spend any time trying to appease Debian. My concerns are:
A better approach might be something like rustup: an ipfs-update that gets installed as |
What about having pre-built |
Hm. Yeah, actually, that seems reasonable. Especially given that we have pre-built other releases. |
@Stebalien Now that https://github.com/ipfs/ipfs-desktop/#install lists |
Well, that's a release of ipfs-desktop. I assume this is a request for packaging go-ipfs directly (e.g., for servers). |
Oh right, I thought I commented in the |
Version information: hopefully next
Type: feature
Description: Package go-ipfs as rpm/deb package
This would allow IPFS to be installed with a simple
sudo apt-get install go-ipfs -y
without having to worry about updating, etc.The text was updated successfully, but these errors were encountered: