How to install Alephium with packages » History » Revision 2
Revision 1 (Olivier Bitsch, 09/09/2021 11:29 AM) → Revision 2/22 (Olivier Bitsch, 09/09/2021 11:30 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
~~~
### Config location
You may adjust config into `/etc/alephium/user.conf`