Download Latest Version Deblinux5-32bit.iso (3.8 GB)
Email in envelope

Get an email when there's a new version of Deblinux

Home / Software
Name Modified Size InfoDownloads / Week
Parent folder
Deblinux toolkit appimage 2026-09-03
Deblinux toolkit 2026-09-03
README 2026-09-01 3.4 kB
deblinux-updater_0.0.6-7_all.deb 2026-04-02 549.2 kB
Totals: 4 Items   552.6 kB 19
========================================
  README
========================================

Benvenuto!
Welcome!

[ITALIANO]
========================================
REQUISITO DI SISTEMA
----------------------------------------
Questa versione del software richiede Gambas 3.22 o superiore per funzionare correttamente.

I pacchetti .deb funzionano esclusivamente con la versione 3.22 (o superiore) e non con versioni precedenti.
Se sul tuo sistema è installata una versione più vecchia, devi aggiornare Gambas prima di installare il software.

Istruzioni e script ufficiali:
👉 https://www.andrealinux.it/patch/

----------------------------------------
VERIFICA DELL’INTEGRITÀ (CONSILGIATO)
----------------------------------------

1) Verifica della firma digitale (.sig)
Assicura che il file provenga dall’autore e non sia stato modificato.

    gpg --verify nomefile.sig nomefile

2) Verifica dell’hash SHA-256 (.sha256)
Controlla che il file non sia corrotto o alterato.

    sha256sum -c nomefile.sha256

Se entrambi i controlli sono validi, puoi installare il software in sicurezza.

----------------------------------------
INSTALLAZIONE

Pacchetti .deb (Debian/Ubuntu/Mint):
    sudo dpkg -i nomefile.deb
    sudo apt -f install

File AppImage:
    chmod +x nomefile.AppImage
    ./nomefile.AppImage

----------------------------------------
NOTE DI SICUREZZA
----------------------------------------
Ogni release contiene:
- file principale (.deb / .AppImage)
- firma digitale (.sig)
- hash ufficiale (.sha256)

La firma GPG garantisce autenticità.
L’hash SHA-256 garantisce integrità.
Gli hash mostrati da SourceForge sono aggiuntivi, ma la verifica ufficiale è quella tramite .sig e .sha256.

----------------------------------------
Autore:
Andrea Linux
https://www.andrealinux.it


[ENGLISH]
========================================
SYSTEM REQUIREMENT
----------------------------------------
This software requires Gambas 3.22 or higher to run properly.

The .deb packages work exclusively with version 3.22 (or higher) and are not compatible with older versions.
If your system has an older Gambas runtime, you must update it before installing the software.

Official instructions and update script:
👉 https://www.andrealinux.it/patch/

----------------------------------------
INTEGRITY VERIFICATION (RECOMMENDED)
----------------------------------------

1) Digital signature verification (.sig)
Ensures the file is authentic and has not been modified.

    gpg --verify filename.sig filename

2) SHA-256 checksum verification (.sha256)
Ensures the file is not corrupted or altered.

    sha256sum -c filename.sha256

If both checks are valid, you can safely install and use the software.

----------------------------------------
INSTALLATION

Deb packages (Debian/Ubuntu/Mint):
    sudo dpkg -i filename.deb
    sudo apt -f install

AppImage files:
    chmod +x filename.AppImage
    ./filename.AppImage

----------------------------------------
SECURITY NOTES
----------------------------------------
Each release includes:
- main file (.deb / .AppImage)
- digital signature (.sig)
- official SHA-256 hash (.sha256)

The GPG signature ensures authenticity.
The SHA-256 hash ensures integrity.
SourceForge displays additional hashes, but the official verification is done using .sig and .sha256.

----------------------------------------
Author:
Andrea Linux
https://www.andrealinux.it

Source: README, updated 2026-09-01