Project

General

Profile

Actions

How to install Alephium with packages » History » Revision 1

Revision 1/22 | Next »
Olivier Bitsch, 09/09/2021 11:29 AM


How to install Alephium with packages

Alephium can be installed and ran as service into minute with packages.

Note : unless mainnet is ready, this package is running on testnet.

### Add Debian/Ubuntu repository
echo "deb [trusted=yes] https://projects.iabsis.com/repository/alephium-pkg/debian buster main" \
  > /etc/apt/sources.list.d/alephium.list

### Update package list
apt update

### Install alephium
apt install alephium

Updated by Olivier Bitsch about 3 years ago · 1 revisions