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

Last updated: September 22,2024

1. Install "python3-APScheduler.noarch" package

Please follow the guidelines below to install python3-APScheduler.noarch on Fedora 34

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

2. Uninstall "python3-APScheduler.noarch" package

Please follow the guidelines below to uninstall python3-APScheduler.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:08:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-APScheduler
Version : 3.7.0
Release : 2.fc34
Architecture : noarch
Size : 102 k
Source : python-APScheduler-3.7.0-2.fc34.src.rpm
Repository : fedora
Summary : In-process task scheduler with Cron-like capabilities
URL : https://github.com/agronholm/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.