WAX APT service

​The repository is hosted on https://apt.waxsweden.org

The most recent updated ​WAX information will be found on our github​.
Link to all our repositories.

Setup

- First you may need to install the following to add a repository. - 
This is installed on most machines from start and if so, you can skip it. 

$ sudo apt-get install software-properties-common

Then you must add our gpg key to apt:

$ curl https://apt.waxsweden.org/key 2> /dev/null | sudo apt-key add -

Then you can add one or more of your repositories:

$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax bionic stable'
$ sudo apt-get update

The url is structures as follows:

https://apt.waxsweden.org/<repository> bionic <component> [ <component1> ] [ <componentN> ]

one repository and one or more components needs to be specified. These are explained below.

Contents

Here is a list of different repositories we provide.

Repositories

  • wax - WAX Chain port of EOSIO and related software.
  • eosio - EOS related software

Components

Each repository has 3 different components described below.

Name
Description
stable
Releases that are properly tested and does not contain any experimental code
edge
Development releases that may or may not work as expected. Do not use in production environment
testing
Cutting edge releases, everything ends up here first to be tested before being moved to edge or stable


WAX Repository

WAX Chain port of EOSIO and related software.

stable

$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax bionic stable'

​To install WAX

$ sudo a​pt-get install wax
NameVersion
wax1.8.4-1
-1.8.3-1

edge

No packages

testing

No packages

EOSIO repository

EOS​IO related software

stable

$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/eosio bionic stable'
NameVersion
cleos-v21.8.4-1
eosio1.8.4-1
-1.8.3-1
-1.8.2-1

edge

$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.​waxsweden.org/eosio bionic edge'
NameVersion
eosio2.0.0-rc1
-1.8.3-unexpected

testing

$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.​waxsweden.org/eosio bionic testing'
NameVersion
eosio1.8.5-1
eosio.cdt-1.31.3.0
eosio.cdt-1.51.5.0-1
eosio.cdt-1.61.6.2-1

Leave a Comment: