silkaj command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
silkaj: command not found
or when using sudo you get the following error message
sudo: silkaj: command not found
Solutions to silkaj: command not found
How To Fix silkaj: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu silkaj is provided by silkaj package.
silkaj is:
Silkaj is a lightweight command-line client for the Duniter crypto-currencies Ğ1 and Ğ1-Test, providing only essential tools. The client communicates with nodes (servers) which are responsible for finding new blocks of information and storing them in the blockchain.
Silkaj allows one to:
- consult the wallet balance, send transactions and certifications, authenticate with three methods: Scrypt, file, and WIF
- check sent and received certifications and consult the membership status of any given identity in the Web of Trust
- check the present currency information stand, and the network view
- explore the blockchain block by block
- display the current Proof of Work difficulty level to generate the next block
Duniter is a system for cryptocurrencies which includes the concept of a Universal Dividend, the concept of a Web of Trust, and a highly energy efficient Blockchain.
To fix this problem, we can install more using the command below.
sudo apt-get -y install silkaj
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install silkaj.
sudo apt -y install silkaj
Or if you have aptitude installed you can use the following command.
sudo aptitude install silkaj
Summary
In this tutorial we learn how to fix silkaj command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.