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:
| Distribution | Version |
|---|---|
| Debian | 12 (Bookworm), 13 (Trixie), Sid |
| Ubuntu | 22.04 LTS (Jammy), 24.04 LTS (Noble), 25.04 (Plucky) |
| Proxmox VE | 8+ |
| Linux Mint | 21+ |
| Pop!_OS | 22.04+ |
| Raspberry Pi OS | Bookworm+ |
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