Sw/eden APT

eosio - focal

EOS related software

Setup -

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/null

Then you can add one or more of your repositories:

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/eosio focal stable'
sudo apt-get update

The 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

Packages

stable

No packages

edge

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/eosio focal edge'
Name Description Latest Version
eosio-210-rc1 Software for the eos.io network 2.1.0-rc1
eosio-210-rc2 Software for the eos.io network 2.1.0-rc2
eosio Software for the eos.io network 2.1.0-rc2

testing

No packages