Can not install Alpha Release

In install section

wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key%7Csudo apt-key add - sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list

Is it how it should be in first line after %7 ?

No it should be 4 separate lines like this

wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
sudo apt-get update
sudo apt-get install safe-launcher

Hope that helps

4 Likes

Works! Thank you! Love this project!

6 Likes

Installed on Ubuntu 16.04
How to run apps?

sudo apt-get install safe-demo-app

1 Like

install is done, how to launch installed Launcher and Demo App? Can not find them in system

Just type

or safe_demo_app```

to run either of these.
3 Likes

Thanks! Works! I tried safe-launcher…

4 Likes

ran into same troubles when trying to install but your suggestions helped… hopefully website instructions for Debian get fixed on the site soon. :slight_smile:

2 Likes