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

Push go-ipfs to brew, apt-get, pacman and all other package managers #3595

Open
jesseclay opened this issue Jan 13, 2017 · 4 comments
Open

Comments

@jesseclay
Copy link

jesseclay commented Jan 13, 2017

Version information: -

Type: Enhancement

Priority: P4

Description:

go-ipfs currently isn't on the main package managers (however js-ipfs is on NPM). We should consider adding go-ipfs to all the main package managers & updating them with each release.

@Kubuxu
Copy link
Member

Kubuxu commented Jan 15, 2017

It is in pacman:
https://www.archlinux.org/packages/community/i686/go-ipfs/

And dev version is in the user repository: https://aur.archlinux.org/packages/go-ipfs-git/

@rht
Copy link
Contributor

rht commented Jan 15, 2017

@whyrusleeping
Copy link
Member

however js-ipfs is on NPM

go-ipfs is in go get

@mitra42
Copy link

mitra42 commented Sep 26, 2018

is there a set of instructions for getting any of these to work in a semi-automated fashion, so for example it would work in a Dockerfile (the IPFS Dockerfile cant be integrated into other Dockerfiles easily, which is a topic of other issues). We've been banging our heads on this as a prelude to pushing iPFS into our production environment at Internet Archive.

apt-get snap
snap install ipfs 

(which doesnt work) Or some set like that, which could be recommended and supported until the plain

apt-get ipfs 

worked.

olizilla added a commit that referenced this issue Jul 9, 2020
Simplify keeping the snap package up to date by including the snapcraft.yaml in the repo.

We can then wire up the snapstore to autobuild the package for amd64,i386,arm* etc.

Many thanks to @ElOpio for the work of getting ipfs into the snap store in the first place, and to @bertrandfalguiere and @mkg20001 for pushing it forwards.

See: https://github.com/ipfs-shipyard/ipfs-snap for more info.

Fixes #7250
WIP #3595

License: MIT
Signed-off-by: Oli Evans <[email protected]>
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

5 participants