Sw/eden APT

eosio - bionic

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 bionic 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

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/eosio bionic stable'
Name Description Latest Version
cleos-v2 Software for the eos.io network 1.8.4-rc1
eosio-2010-sec1 Software for the eos.io network 2.0.10-sec1-1
eosio-2010 Software for the eos.io network 2.0.10-1
eosio-2011 Software for the eos.io network 2.0.11-1
eosio-2012 Software for the eos.io network 2.0.12-1
eosio-2013 Software for the eos.io network 2.0.13-1
eosio-207-sec-patch2 Software for the eos.io network 2.0.7-sec-patch2
eosio-207-sec Software for the eos.io network 2.0.7-sec
eosio-207 Software for the eos.io network 2.0.7-1
eosio-208-sec Software for the eos.io network 2.0.8-sec
eosio-208-sec2 Software for the eos.io network 2.0.8-sec2
eosio-208 Software for the eos.io network 2.0.8-1
eosio-209-sec1 Software for the eos.io network 2.0.9-sec1-1
eosio-209-sec2 Software for the eos.io network 2.0.9-sec2-1
eosio-209 Software for the eos.io network 2.0.9-3
eosio-210 Software for the eos.io network 2.1.0-1
eosio-mv-181 Software for the eos.io network 1.8.1-1
eosio-mv-1810 Software for the eos.io network 1.8.10-1
eosio-mv-1811 Software for the eos.io network 1.8.11-1
eosio-mv-1812 Software for the eos.io network 1.8.12-1
eosio-mv-1813 Software for the eos.io network 1.8.13-1
eosio-mv-183 Software for the eos.io network 1.8.3-4
eosio-mv-184 Software for the eos.io network 1.8.4-3
eosio-mv-185 Software for the eos.io network 1.8.5-3
eosio-mv-186 Software for the eos.io network 1.8.6-2
eosio-mv-187 Software for the eos.io network 1.8.7-1
eosio-mv-188 Software for the eos.io network 1.8.8-1
eosio-mv-189 Software for the eos.io network 1.8.9-1
eosio-mv-200 Software for the eos.io network 2.0.0-1
eosio-mv-201 Software for the eos.io network 2.0.1-1
eosio-mv-202-zmq Software for the eos.io network 2.0.2-zmq-1
eosio-mv-202 Software for the eos.io network 2.0.2-1
eosio-mv-203 Software for the eos.io network 2.0.3-2
eosio-mv-204-patch1 Software for the eos.io network 2.0.4-patch1
eosio-mv-204 Software for the eos.io network 2.0.4-1
eosio-mv-205 Software for the eos.io network 2.0.5-1
eosio-mv-206 Software for the eos.io network 2.0.6-1
eosio-zmq Software for the eos.io network 2.0.2-1
eosio.cdt-1.3 Toolchain and supporting tools for the eos.io platform 1.3.0-1
eosio.cdt-1.4 Toolchain and supporting tools for the eos.io platform 1.4.1-1
eosio.cdt-1.5 Toolchain and supporting tools for the eos.io platform 1.5.0-1
eosio.cdt-1.6 Toolchain and supporting tools for the eos.io platform 1.6.3-1
eosio.cdt-1.7 Toolchain and supporting tools for the eos.io platform 1.7.0-2
eosio.cdt-1.8 Toolchain and supporting tools for the eos.io platform 1.8.0-1
eosio.cdt Toolchain and supporting tools for the eos.io platform 1.8.0-1
eosio Software for the eos.io network 2.1.0-1

edge

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/eosio bionic edge'
Name Description Latest Version
eosio-2011-leeway Software for the eos.io network 2.0.11-leeway
eosio-2011-strike Software for the eos.io network 2.0.11-strike
eosio-2012-ship-fix Software for the eos.io network 2.0.12-ship-fix
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-210-rc3 Software for the eos.io network 2.1.0-rc3
eosio-mv-200-rc1 Software for the eos.io network 2.0.0-rc1-2
eosio-mv-200-rc2 Software for the eos.io network 2.0.0-rc2
eosio-mv-200-rc3 Software for the eos.io network 2.0.0-rc3
eosio Software for the eos.io network 2.1.0-rc3

testing

No packages