How to install Alephium with packages » History » Version 4
Olivier Bitsch, 09/09/2021 11:54 AM
1 | 1 | Olivier Bitsch | # How to install Alephium with packages |
---|---|---|---|
2 | |||
3 | Alephium can be installed and ran as service into minute with packages. |
||
4 | |||
5 | > Note : unless mainnet is ready, this package is running on testnet. |
||
6 | |||
7 | ~~~ |
||
8 | ### Add Debian/Ubuntu repository |
||
9 | 4 | Olivier Bitsch | echo "deb [trusted=yes] https://projects.iabsis.com/repository/alephium-pkg/debian buster main" \ |
10 | 1 | Olivier Bitsch | > /etc/apt/sources.list.d/alephium.list |
11 | |||
12 | ### Update package list |
||
13 | apt update |
||
14 | |||
15 | ### Install alephium |
||
16 | apt install alephium |
||
17 | ~~~ |
||
18 | 2 | Olivier Bitsch | |
19 | ### Config location |
||
20 | |||
21 | You may adjust config into `/etc/alephium/user.conf` |