Skip to content

.deb and .rpm packages

Native packages for Debian/Ubuntu and Fedora based distros. Three binary packages: temario-common (base), temario-cli and temario-grafico.

DistributionVersionCLI / libraryGUI (temario-grafico)
Debian13 Trixie✅ Tested✅ Tested
Ubuntu26.04 Noble✅ Tested✅ Tested
Ubuntu24.04 Noble✅ Works⚠️ Not compatible — PySide6 ≥ 6.7 not in official repos
Fedora44🔲 Untested (build ok)🔲 Untested
Fedora43🔲 Untested (build ok)🔲 Untested

Debian / Ubuntu .deb packages

Section titled " .deb packages"

For Debian 13 Trixie and Ubuntu 26.04+ (full CLI and GUI support). On Ubuntu 24.04 only temario-cli works — see the compatibility note above.

  1. Download all three packages from the links above.

  2. Install (in the download directory):

    Terminal window
    sudo apt-get install -y ./temario-common_*.deb ./temario-cli_*.deb ./temario-grafico_*.deb

    apt resolves dependencies automatically (LibreOffice, PySide6…).

  3. Verify:

    Terminal window
    temario version
### Preview release v0.1.8-beta29- temario-common- temario-cli- temario-grafico```bash sudo apt-get install -y ./temario-common_*.deb ./temario-cli_*.deb ./temario-grafico_*.deb ```

For Fedora 43 and 44.

  1. Download all three packages from the links above.

  2. Install (in the download directory):

    Terminal window
    sudo dnf install -y ./temario-common-*.rpm ./temario-cli-*.rpm ./temario-grafico-*.rpm

    dnf resolves dependencies automatically (LibreOffice, python3-pyside6…).

  3. Verify:

    Terminal window
    temario version
### Preview release v0.1.8-beta29- temario-common- temario-cli- temario-grafico```bash sudo dnf install -y ./temario-common-*.rpm ./temario-cli-*.rpm ./temario-grafico-*.rpm ```