EOSIO fork by EOS Network Foundation
First you need to make sure some packages are installed and that our gpg key is added to apt:
sudo apt-get install software-properties-common
curl -sS https://apt.eossweden.org/key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/eossweden-2023.gpg > /dev/nullThen you can add one or more of your repositories:
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/mandel bionic stable'
sudo apt-get updateThe url is structures as follows:
https://apt.eossweden.org/<repository> <distribution> <component> [ <component1> ] [ <componentN> ]
one repository, distribution and one or more components needs to be specified.
These are explained in detail here
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/mandel bionic stable'| Name | Description | Latest Version |
|---|---|---|
| mandel-2014 | The mandel fork of eosio | 2.0.14-1 |
| mandel-300-rc1 | The mandel fork of eosio | 3.0.0-rc1 |
| mandel-305-rc1 | The mandel fork of eosio | 3.0.5-rc1 |
| mandel-310-rc1 | The mandel fork of eosio | 3.1.0-rc1 |
| mandel-310-rc2 | The mandel fork of eosio | 3.1.0-rc2 |
| mandel-310-rc3 | The mandel fork of eosio | 3.1.0-rc3 |
| mandel | The mandel fork of eosio | 3.1.0-rc3 |
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/mandel bionic edge'| Name | Description | Latest Version |
|---|---|---|
| mandel-2013-3strike-decay | The mandel fork of eosio | 2.0.13-3strike-decay |
| mandel-2013-decay | The mandel fork of eosio | 2.0.13-decay-1 |
| mandel | The mandel fork of eosio | 2.0.13-decay-1 |
No packages