Releases of Sw/eden own software.
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/nullThen you can add one or more of your repositories:
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/main jammy stable'
sudo apt-get updateThe 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
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/main jammy stable'| Name | Description | Latest Version | 
|---|---|---|
| antelope-api-healthcheck | Haproxy healthcheck program for leap api. | 1.4.6 | 
| antelope-keygen-gui | Keygenerator for antelope based blockchain | 1.1.0-1 | 
| antelope-keygen | Keygenerator for antelope based blockchain | 1.1.0-1 | 
| cdt-301 | Toolchain and supporting tools to facilitate c/c++ development of contracts for antelope blockchains | 3.0.1-1 | 
| cdt-310 | Toolchain and supporting tools to facilitate c/c++ development of contracts for antelope blockchains | 3.1.0-1 | 
| cdt-400 | Toolchain and supporting tools to facilitate c/c++ development of contracts for antelope blockchains | 4.0.0-1 | 
| cdt | Toolchain and supporting tools to facilitate c/c++ development of contracts for antelope blockchains | 4.0.0-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 | 
| hatop | An interactive ncurses client for haproxy | 0.8.2-rc1-1 | 
| lazygit | Built from https://github.com/jesseduffield/lazygit | 0.9 | 
| neovim | Vim-fork focused on extensibility and usability. | 0.11.1 | 
| thalos | Stream blockchain data from an antelope ship node with ease. | 1.1.9 | 
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/main jammy edge'| Name | Description | Latest Version | 
|---|---|---|
| thalos | Stream blockchain data from an antelope ship node with ease. | 1.1.8~rc1 | 
No packages