sudo: minindn: command not found
When I was verifying whether the installation was successful, the following error occurred.How to solve this situation
We no longer need or have minindn command. Now, you can write an experiment and run it simply using python. For example, you can run mnndn.py (this is available in the examples directory) with the following command
sudo python examples/mnndn.py. For more details on how to write and run your own experiment see here: https://github.com/named-data/mini-ndn/blob/master/docs/experiment.rst
wxy@wxy-X2-Series-GJ5CN6A:~/minindn$ sudo python examples/mnndn.py
[sudo] password for wxy:
Traceback (most recent call last):
File "examples/mnndn.py", line 26, in
Mini-NDN is not installed. Have you installed it? https://github.com/named-data/mini-ndn/blob/master/docs/install.rst