2
April
2025
fldigi versions in 2025
17:09

fldigi versions in 2025

2 April 2025 17:09

The version of fldigi differs depending on the repositories that different Linux distributions use.

Introduction

A radio amateur approached me and asked me to help him “translate the fldigi program into Russian.” I named the setting in the Windows version: the language switch is located in Configure - Config Dialog - UI - General - UI language - Russian (Russian) - click Save, then Close and restart the application.

fldigi is a program for conducting QSOs using digital modes of radio communication.

In Linux version Russian language appears automatically during installation from the operating system repository, if the program version fldigi 4.0.1 and higher.Source - https://www.dxzone.com/fldigi-4-0-1-released/.

Official help for the program from w1hkj says the following:

The "UI language" selector is only present on the Windows version of fldigi.

What does it mean:

The "User Interface Language" selector is only present in the Windows version of fldigi.

Translation into Russian by Alexandr Kalugin RX9CDR.

In total, fldigi supports the following languages:

  1. English
  2. Spanish
  3. German (Deutsch)
  4. French
  5. Italian (Italiano)
  6. Polish (Język)
  7. Dutch (Nederlands)
  8. Russian
  9. Greek (Ελληνικά)

    Source

Language selection in FLdigi occurs automatically, depending on the language selected when installing the Linux operating system. There is a way to run in a language other than the OS language.

An example of launching fldigi, the menus of which will be translated into Italian:

LANGUAGE=it_IT fldigi

Launching Fldigi with Russian language in an operating system where English is set as the main language:

LANGUAGE=ru_RU fldigi

Source

 

Versions of fldigi on Ubuntu

| Ubuntu version | fldigi version |

|---|---|
| "focal" 20.04 LTS |4.1.06-2build1|
| "jammy" 22.04 LTS |4.1.20-1build1|
| "noble" 24.04 LTS |4.2.03-1build3|
| "opacular" 24.10 |4.2.05-1|
| "plucky" 04/25 Beta |4.2.06-1|

Ubuntu only offers 64-bit versions of the application (amd64, arm64).

Source

 

Versions of fldigi in Linux Mint

| Linux Mint Version | Codebase | fldigi version |

|---|---|---|
| 20 "Ulyana", 20.1 "Ulyssa", 20.2 "Uma", 20.3 "Una" | Ubuntu Focal |4.1.06-2build1|
| 21 "Vanessa", 21.1 "Vera", 21.2 "Victoria", 21.3 "Virginia" | Ubuntu Jammy |4.1.20-1build1|
| 22 "Wilma", 22.1 "Xia" | Ubuntu Noble |4.2.03-1build3|

 

Versions of fldigi on Linux Green

| Linux Green Version | Linux Mint Version | fldigi version |

|---|---|---|
| 21.1.1, 21.2, 21.3.2 | 21.x |4.1.20|
| 22 | 22 | 4.2.03? |

I checked it myself, in Linux Green 21.3.2, version fldigi = 4.1.20:

 

Debian versions of fldigi

| Debian version | fldigi version |

|---|---|
| 10 buster (oldoldstable) | 4.1.01-1 |
| 11 bullseye (oldstable) | 4.1.18-1 |
| 12 bookworm (stable) | 4.1.23-1 |
| 13 trixie (testing) | 4.2.06-1 |
| 13 sid (unstable) | 4.2.06-1 |

Debian contains both 64-bit (amd64, arm64) and 32-bit (i386, x32) versions of the application.

Source.

 

Version of fldigi in the antiX 23.1 distribution

antiX 23.1 is based on debian 12 bookworm (stable), so the fldigi version is exactly the same as the version in the base OS.

| antiX version | fldigi version |

|---|---|
| antiX 23.1 | 4.1.23-1 |
I checked this myself, by the team fldigi --version.

 

LxLE version of fldigi

The LxLE operating system is suitable for older PCs.
The lightweight LxLE distribution is based on the Ubuntu 20.04 LTS OS ("Focal Fossa").
LxLE runs on my netbook with an AMD C-30 processor (1 core, 1 thread, 1200 MHz).
Unfortunately, the development of the LxLE distribution has been discontinued - it has moved to "stopped distributions". ISO image for "Focal Fossa" version available, but support for the Ubuntu 20.04 base OS will end on May 31, 2025 ("EOL").

| OS lxLE| fldigi version |

|---|---|
| lxLE | 4.1.06 |

 

Versions of fldigi for other Linux operating systems

| OS | fldigi version |

|---|---|
| ALT Linux P11 | 4.2.05 |

| ALT Linux P10 | 4.1.19 |

| ALT Linux Sisyphus | 4.2.06 |

| Arch Linux | 4.2.06 |

| Fedora 41 updates | 4.2.06 |

| FreeBSD 14 | 4.2.06 |

| FreeBSD 13 | 4.2.06 |

| Mageia | 4.1.25 |

| Mageia Cauldron | 4.2.06 |

| openSUSE Leap 15.6 | 4.2.00 |

| openSUSE Tumbleweed | 4.2.06 |

| Slackware | 4.1.11 |

| Void Linux | 4.2.06 |

Source

 

fldigi versions for Windows

| Windows version | fldigi version |

|---|---|
|SourceForge| 4.2.06 |
|W1HKJ - official website| 4.2.06 |

 

Version of FLdigi from the FlatPak package management system

When using FlatPak, the application version does not depend on the Linux distribution.

The only peculiarity is that the fldigi user macros are stored in a different folder

  • instead of/home/user/.fldigi/macros/macros.mdf

    *can be stored in /home/user/.var/app/com.w1hkj.fldigi/.fldigi/macros/macros.mdf

Installing applications fldigi,flrig from Flathub— app store for Flatpak.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.w1hkj.fldigi
flatpak install com.w1hkj.flrig

Launch fldigi - from the command line or from the "Start - Ham Radio" menu.

flatpak run com.w1hkj.fldigi

From Flathub, I checked, version 4.2.06 is installed.

Conclusion

Since the versions of fldigi 4.1.x and 4.2.x packages exceed 4.0.1, the Russian language should be, and it yes:

  • in Linux:
    • when installing fldigi with the command  `apt install fldigi`  from official repositories,
    • from the FlatPak application store.
  • in Windows - after installation from setup.exe, run fldigi and select Russian in the settings: Configure - Config Dialog - UI - General - UI language - Russian (Russian) - click Save, and Close, restart the application.

Problems with Russification most likely relate to an earlier version (3rd), or relate to untranslated items (in English), for example, “Configuration” - “Test signals”, or to reference documentation located on website by Dave Freese W1HKJ.


Last change: 04/04/2025.



Related publications