How to Install and Uninstall python3-APScheduler.noarch Package on Fedora 38

Last updated: January 11,2025

1. Install "python3-APScheduler.noarch" package

Learn how to install python3-APScheduler.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-APScheduler.noarch

2. Uninstall "python3-APScheduler.noarch" package

Here is a brief guide to show you how to uninstall python3-APScheduler.noarch on Fedora 38:

$ sudo dnf remove python3-APScheduler.noarch $ sudo dnf autoremove

3. Information about the python3-APScheduler.noarch package on Fedora 38

Last metadata expiration check: 4:41:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-APScheduler
Version : 3.10.4
Release : 7.fc38
Architecture : noarch
Size : 151 k
Source : python-APScheduler-3.10.4-7.fc38.src.rpm
Repository : updates
Summary : In-process task scheduler with Cron-like capabilities
URL : https://pypi.org/project/APScheduler/
License : MIT
Description : Advanced Python Scheduler (APScheduler) is a Python library that lets you
: schedule your Python code to be executed later, either just once or
: periodically. You can add new jobs or remove old ones on the fly as you
: please. If you store your jobs in a database, they will also survive
: scheduler restarts and maintain their state. When the scheduler is
: restarted, it will then run all the jobs it should have run while it was
: offline.