Mike powered by DHI

Installing FEFLOW from apt-repository

Ubuntu 20.04 x64, 22.04 x64, and 24.04 x64


Get current Ubuntu release:

DIST_VERSION=( $(cat /etc/lsb-release | grep 'DISTRIB_RELEASE' | sed 's/DISTRIB_RELEASE=//') )
DIST_DIR=$(echo "ub${DIST_VERSION}x64" | sed "s/\.//g")

Add FEFLOW apt-repository to sources:

sudo apt update
sudo apt install gpg curl ca-certificates
curl -fsSL https://download.feflow.com/download/FEFLOW/linux/dhi-feflow-key.asc | gpg --dearmor | sudo tee /usr/share/keyrings/feflow.gpg > /dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/feflow.gpg] https://download.feflow.com/download/FEFLOW/linux/apt-repo/$DIST_DIR stable main" | sudo tee /etc/apt/sources.list.d/feflow.stable.list

Install FEFLOW:

sudo apt update
apt list | grep feflow

sudo apt install feflow100-gui feflow100-console

Uninstall FEFLOW:

sudo apt remove feflow*

Remove FEFLOW repository:

sudo rm -f /usr/share/keyrings/feflow.gpg /etc/apt/sources.list.d/feflow.*.list
sudo apt update

Non-interactive installation


For installing FEFLOW the terms of the License Agreement (EULA) must to be accepted. For non-interactive installation the EULA can be aceppted by setting the environment variable EULA=accept, e.g.,:

sudo EULA=accept apt install feflow100-gui feflow100-console



Dongle Drivers


Latest dongle driver
Dongle driver 1.10
Dongle driver 2.41
Dongle driver 7.32
Dongle driver 7.60
Dongle driver 7.80
Dongle driver 8.13
Dongle driver 8.21
Dongle driver 9.14

Contact DHI