How To Install persepolis on Fedora 34

persepolis is A powerful download manager powered by aria2

Introduction

In this tutorial we learn how to install persepolis on Fedora 34.

What is persepolis

Persepolis is a download manager and a GUI for aria2 powered by Python. - Graphical UI front end for aria2 - Multi-segment downloading - Scheduling downloads - Download queue

We can use yum or dnf to install persepolis on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install persepolis.

Install persepolis on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install persepolis using dnf by running the following command:

sudo dnf -y install persepolis

Install persepolis on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install persepolis using yum by running the following command:

sudo yum -y install persepolis

How To Uninstall persepolis on Fedora 34

To uninstall only the persepolis package we can use the following command:

sudo dnf remove persepolis

persepolis Package Contents on Fedora 34

/usr/bin/persepolis
/usr/lib/python3.9/site-packages/persepolis
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/persepolis-3.2.0-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/persepolis/__init__.py
/usr/lib/python3.9/site-packages/persepolis/__main__.py
/usr/lib/python3.9/site-packages/persepolis/__pycache__
/usr/lib/python3.9/site-packages/persepolis/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui
/usr/lib/python3.9/site-packages/persepolis/gui/__init__.py
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/about_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/about_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/addlink_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/addlink_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/after_download_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/after_download_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/customized_widgets.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/customized_widgets.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/log_window_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/log_window_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/mainwindow_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/mainwindow_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/palettes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/palettes.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/progress_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/progress_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/resources.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/resources.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/setting_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/setting_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/text_queue_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/text_queue_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/video_finder_progress_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/video_finder_progress_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/windows_notification_ui.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/__pycache__/windows_notification_ui.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/gui/about_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/addlink_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/after_download_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/customized_widgets.py
/usr/lib/python3.9/site-packages/persepolis/gui/log_window_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/mainwindow_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/palettes.py
/usr/lib/python3.9/site-packages/persepolis/gui/progress_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/resources.py
/usr/lib/python3.9/site-packages/persepolis/gui/setting_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/text_queue_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/video_finder_progress_ui.py
/usr/lib/python3.9/site-packages/persepolis/gui/windows_notification_ui.py
/usr/lib/python3.9/site-packages/persepolis/scripts
/usr/lib/python3.9/site-packages/persepolis/scripts/__init__.py
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/about.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/about.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/addlink.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/addlink.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/after_download.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/after_download.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/browser_integration.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/browser_integration.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/browser_plugin_queue.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/browser_plugin_queue.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/bubble.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/bubble.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/check_proxy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/check_proxy.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/compatibility.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/compatibility.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/data_base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/data_base.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/download.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/download.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/error_window.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/error_window.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/initialization.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/initialization.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/log_window.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/log_window.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/logger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/logger.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/mac_notification.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/mac_notification.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/mainwindow.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/mainwindow.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/newopen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/newopen.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/osCommands.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/osCommands.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/persepolis.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/persepolis.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/play.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/play.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/progress.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/progress.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/properties.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/properties.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/setting.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/setting.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/shutdown.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/shutdown.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/spider.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/spider.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/startup.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/startup.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/text_queue.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/text_queue.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/update.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/update.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/useful_tools.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/useful_tools.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/video_finder_addlink.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/video_finder_addlink.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/video_finder_progress.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/video_finder_progress.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/windows_notification.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/__pycache__/windows_notification.cpython-39.pyc
/usr/lib/python3.9/site-packages/persepolis/scripts/about.py
/usr/lib/python3.9/site-packages/persepolis/scripts/addlink.py
/usr/lib/python3.9/site-packages/persepolis/scripts/after_download.py
/usr/lib/python3.9/site-packages/persepolis/scripts/browser_integration.py
/usr/lib/python3.9/site-packages/persepolis/scripts/browser_plugin_queue.py
/usr/lib/python3.9/site-packages/persepolis/scripts/bubble.py
/usr/lib/python3.9/site-packages/persepolis/scripts/check_proxy.py
/usr/lib/python3.9/site-packages/persepolis/scripts/compatibility.py
/usr/lib/python3.9/site-packages/persepolis/scripts/data_base.py
/usr/lib/python3.9/site-packages/persepolis/scripts/download.py
/usr/lib/python3.9/site-packages/persepolis/scripts/error_window.py
/usr/lib/python3.9/site-packages/persepolis/scripts/initialization.py
/usr/lib/python3.9/site-packages/persepolis/scripts/log_window.py
/usr/lib/python3.9/site-packages/persepolis/scripts/logger.py
/usr/lib/python3.9/site-packages/persepolis/scripts/mac_notification.py
/usr/lib/python3.9/site-packages/persepolis/scripts/mainwindow.py
/usr/lib/python3.9/site-packages/persepolis/scripts/newopen.py
/usr/lib/python3.9/site-packages/persepolis/scripts/osCommands.py
/usr/lib/python3.9/site-packages/persepolis/scripts/persepolis.py
/usr/lib/python3.9/site-packages/persepolis/scripts/play.py
/usr/lib/python3.9/site-packages/persepolis/scripts/progress.py
/usr/lib/python3.9/site-packages/persepolis/scripts/properties.py
/usr/lib/python3.9/site-packages/persepolis/scripts/setting.py
/usr/lib/python3.9/site-packages/persepolis/scripts/shutdown.py
/usr/lib/python3.9/site-packages/persepolis/scripts/spider.py
/usr/lib/python3.9/site-packages/persepolis/scripts/startup.py
/usr/lib/python3.9/site-packages/persepolis/scripts/text_queue.py
/usr/lib/python3.9/site-packages/persepolis/scripts/update.py
/usr/lib/python3.9/site-packages/persepolis/scripts/useful_tools.py
/usr/lib/python3.9/site-packages/persepolis/scripts/video_finder_addlink.py
/usr/lib/python3.9/site-packages/persepolis/scripts/video_finder_progress.py
/usr/lib/python3.9/site-packages/persepolis/scripts/windows_notification.py
/usr/share/applications/com.github.persepolisdm.persepolis.desktop
/usr/share/doc/persepolis
/usr/share/doc/persepolis/README.md
/usr/share/licenses/persepolis
/usr/share/licenses/persepolis/LICENSE
/usr/share/man/man1/persepolis.1.gz
/usr/share/metainfo/com.github.persepolisdm.persepolis.appdata.xml
/usr/share/pixmaps/persepolis-tray.svg
/usr/share/pixmaps/persepolis.svg

References

Summary

In this tutorial we learn how to install persepolis on Fedora 34 using yum and dnf.