smfc DEB repository

June 5, 2026 · View on GitHub

This repository hosts the DEB packages for smfc — a fan controller for SuperMicro servers.

Compatible distributions

Requires Python ≥ 3.10. Supported on:

DistributionVersion
Debian12 (Bookworm), 13 (Trixie), Sid
Ubuntu22.04 LTS (Jammy), 24.04 LTS (Noble), 25.04 (Plucky)
Proxmox VE8+
Linux Mint21+
Pop!_OS22.04+
Raspberry Pi OSBookworm+

Installation

curl -fsSL https://petersulyok.github.io/smfc-deb/smfc-repo.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/smfc-repo.gpg
echo "deb [arch=amd64,arm64 signed-by=/etc/apt/keyrings/smfc-repo.gpg] https://petersulyok.github.io/smfc-deb stable main" \
  | sudo tee /etc/apt/sources.list.d/smfc.list
sudo apt update && sudo apt install smfc

Updating

sudo apt update && sudo apt upgrade smfc

Removing

sudo apt remove smfc
sudo rm /etc/apt/sources.list.d/smfc.list /etc/apt/keyrings/smfc-repo.gpg