ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.13k stars 3.01k forks source link

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

Open jesseclay opened 7 years ago

jesseclay commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

nixpkgs: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/networking/ipfs

whyrusleeping commented 7 years ago

however js-ipfs is on NPM

go-ipfs is in go get

mitra42 commented 6 years ago

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.