Persepolis is a powerful download manager for Linux. It isn't just a GUI frontend for aria2. Based on my experience, Persepolis performs faster than aria2. Also, of course, it is a lot more easier to use than a command line download manager.
Major Linux distributions like Debian, Ubuntu & Fedora, have already included Persepolis in their official repository so you can install it easily.
Unfortunately, other Linux distro, haven't included persepolis yet in their repository, OpenMandriva for example. Luckily, you are still able to install persepolis on your OpenMandriva directly using git. And it is pretty easy as well.
The Steps
It is quite simple to install Persepolis on OpenMandriva:
Firstly, install the dependency:
sudo dnf install aria2 ffmpeg youtube-dl git
Then, clone from git and execute the installer:
git clone "https://github.com/persepolisdm/persepolis.git"
sudo python3 setup.py install
Preference Setup
You might find the default Persepolis appearance looks weird. You have to set the icon theme to make it looks better. Go to Edit -> Preferences -> Icons, change to Breeze or Papirus Light. Now, you have the powerful Persepolis Download Manager on OpenMandriva.
Comments