Sw/eden APT

main - bionic

Releases of Sw/eden own 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/main 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/main bionic stable'
Name Description Latest Version
antelope-api-healthcheck Haproxy healthcheck program for leap api. 1.4.6
eos-cdt-select Simple script to switch between multiple eos cdt verions on the same system. 0.1.5-1
eos-deb-rebuild-info Info files for eos-deb-rebuild package 1.0.4-1
eos-deb-rebuild Script to rebuild eosio debian packages 0.3.4
eosio-api-healthcheck Haproxy healthcheck program for eosio api. 1.2.6
eosio-keygen-extras Extra files for eosio-keygen 0.1.0-2
eosio-keygen-gui Keygenerator for eosio 1.0.7-1
eosio-keygen Keygenerator for eosio 1.0.7-1
eosio-proposal-tool Tools to help validate proposals made on a eos blockchain 0.1.2-1
eosio-unpack-abi Unpacks eosio's binary abi to human readable json 0.1-1
hatop Interactive ncurses client for haproxy 0.8.2-1
libeosio-dev C++ library for eosio 0.1.4-1
lmsensorbeat Elastic beat for gathering metric data from libsensors 0.0.1
thalos Stream blockchain data from an antelope ship node with ease. 1.0.0
wg-reload Reload peering/private key configuration for wireguard interfaces. 1.0-1
wireguard-tools Fast, modern, secure kernel vpn tunnel (userland utilities) 1.0.20220729-1~eossweden.org+1
wireguard Fast, modern, secure kernel vpn tunnel (metapackage) 1.0.20220729-1~eossweden.org+1

edge

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/main bionic edge'
Name Description Latest Version
thalos Stream blockchain data from an antelope ship node with ease. 1.1.0~rc1

testing

No packages