persepolis command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
persepolis: command not found
or when using sudo you get the following error message
sudo: persepolis: command not found
Solutions to persepolis: command not found
How To Fix persepolis: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu persepolis is provided by persepolis package.
persepolis is:
Persepolis is a graphical user interface on the Aria2 download manager.
Aria2 is a high speed download utility which is capable of making several connections to download files. It will boost the download in some cases, specially if you have a limited network connection.
Persepolis makes the usage of Aria2 easier by providing a graphical interface for it and in addition, it includes some extra functionalities like scheduled downloads.
To fix this problem, we can install more using the command below.
sudo apt-get -y install persepolis
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install persepolis.
sudo apt -y install persepolis
Or if you have aptitude installed you can use the following command.
sudo aptitude install persepolis
Summary
In this tutorial we learn how to fix persepolis command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.