onioncircuits command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
onioncircuits: command not found
or when using sudo you get the following error message
sudo: onioncircuits: command not found
Solutions to onioncircuits: command not found
How To Fix onioncircuits: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu onioncircuits is provided by onioncircuits package.
onioncircuits is:
Onion Circuits is a GTK+ application to display Tor circuits and streams. It allows the user to inspect the circuits the locally running Tor daemon has built, along with some metadata for each node.
To fix this problem, we can install more using the command below.
sudo apt-get -y install onioncircuits
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install onioncircuits.
sudo apt -y install onioncircuits
Or if you have aptitude installed you can use the following command.
sudo aptitude install onioncircuits
Summary
In this tutorial we learn how to fix onioncircuits command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.