Skip to content

Instantly share code, notes, and snippets.

@MiguelBel
Created July 28, 2017 07:18
  • Star 24 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MiguelBel/b3b5f711aa8d9362afa5f16e4e972461 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install golang-go -y
wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.10_linux-386.tar.gz
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs
@raspher
Copy link

raspher commented Oct 26, 2017

Thanks ;-)

@brenthompson2
Copy link

Worked for me on Ubuntu 17.04

@PastaGringo
Copy link

Thanks ! Only missing how to mount a IPFS/IPNS drive ! :)

@elhenro
Copy link

elhenro commented Jan 23, 2018

Cool, thanks!

@meta-n4vn33t
Copy link

Thanks!

@ashishguptasanu
Copy link

worked like a charm, Thanks..

@juanguren
Copy link

Guys, does it work with v 18.04?

@pvanroos
Copy link

pvanroos commented Aug 2, 2018

Installed 0.4.17 on Ubuntu 18.04.1 LTS. Works great.

@Conradinc
Copy link

Thanks

@bhemeswararao
Copy link

thanks

@artbotterell
Copy link

Still works on 0.4.22-rc1 w Ubuntu 18.04. Thanks!

@aasimsajjad22
Copy link

Working fine on 0.4.22-rc1 on Ubuntu 18.04
wget https://dist.ipfs.io/go-ipfs/v0.4.22-rc1/go-ipfs_v0.4.22-rc1_linux-386.tar.gz
thanks :)

@gbna1
Copy link

gbna1 commented Oct 5, 2019

Thank you

@CompassTheSolution
Copy link

Worked on 0.4.23 on Ubuntu 18.04.2 LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment