Installing IPFS on Ubuntu issue

I have been trying to install IPFS on ubuntu minimial running on odroid.

wget https://dist.ipfs.io/go-ipfs/v0.4.13/go-ipfs_v0.4.13_linux-amd64.tar.gz

tar xvf go-ipfs_v0.4.13_linux-amd64.tar.gz

cd go-ipfs

sudo ./install.sh

The issue is when I run this command the below happens

sudo ./install.sh

We cannot install ipfs in one of the directories /usr/local/bin /usr/bin

I have change permissions to give full access but no luck hope you can help.

I made a repository for this (but there is also snap package available).
Some instructions are here: https://get.siderus.io

If you prefer GUI there is also something we have been working on: Siderus Orion is a desktop app that runs an IPFS node for you.

Give it a try at all of these solutions, but the snap package should work fine

What’s the error you get if you try to manually move the ipfs binary to one of those directories?

For example, from the go-ipfs directory,

mv ./ipfs /usr/local/bin/

P.S. I’d recommend using the latest version of IPFS. The latest released version is currently v0.4.17.