Fedora Linux · RPM · noarch / x86_64

kter's Linux Packages

Personal RPM packages for Fedora Linux, hosted at repo.devtools.site

Packages

📦 kter-release
Adds this repository to your DNF configuration. Install this first.
💡 auto-brightness
Automatically adjusts screen brightness based on ambient light sensor readings.
🖼 zenith-wallpaper
Dynamic wallpaper that changes throughout the day to match the time and weather.

Quick Setup

1

Import the GPG signing key

sudo rpm --import https://repo.devtools.site/RPM-GPG-KEY-kter
2

Install the release package (adds the repo to DNF)

sudo dnf install https://repo.devtools.site/rpm/noarch/kter-release-1-1.fc42.noarch.rpm
3

Install packages

# adjust screen brightness automatically
sudo dnf install auto-brightness

# dynamic time-of-day wallpaper
sudo dnf install zenith-wallpaper

Manual Repository Setup

Alternative to installing kter-release — create the repo file manually:

# /etc/yum.repos.d/kter.repo
[kter]
name=kter's packages for Fedora $releasever
baseurl=https://repo.devtools.site/rpm/noarch/
enabled=1
gpgcheck=1
gpgkey=https://repo.devtools.site/RPM-GPG-KEY-kter