Sw/eden APT

archive - eoan

Archived versions of packages that should not be used generally. Only exists for historical reasons.

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/archive eoan 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/archive eoan stable'
Name Description Latest Version
cleos-v2 Software for the eos.io network 2.0.0-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-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 Software for the eos.io network 2.0.2-1
eosio-mv-203 Software for the eos.io network 2.0.3-1
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 Software for the eos.io network 2.0.4-patch1

edge

No packages

testing

No packages