cryobry/throttled-dev
Project ID: 29661
Description
A slightly more up-to-date version of throttled than abn/throttled as of Nov. 9, 2020. I only update this copr when problems arise so it may quickly fall behind abn/throttled.
Fedora 33:
throttled depends on python3-configparser, which has not been backported to F33. In order to get throttled to run you will need to install the configparser python module manually using pip install --user configparser
. In the meantime I have removed the python3-configparser dependency from the rpm.
Installation Instructions
pip install --user configparser && \
sudo dnf copr enable -y cryobry/throttled-dev && \
sudo dnf install -y throttled && \
sudo systemctl enable --now throttled
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (2)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (0)* | Fedora 39 (16 downloads) |
Fedora 40 | x86_64 (0)* | Fedora 40 (16 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (7 downloads) |
Fedora rawhide | x86_64 (12)* | Fedora rawhide (72 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable cryobry/throttled-dev
More info about enabling Copr repositories