Mike powered by DHI

Installing FEFLOW from apt-repository

Ubuntu 20.04 x64 and 22.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 feflow-gui81 feflow-console81

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

Debian Bullseye x64


For Debian Bullseye Linux systems the Ubuntu 20.04 release can be used.

DIST_DIR=ub2004x64


Debian Bookworm x64


For Debian Bookworm Linux systems the Ubuntu 22.04 release can be used.

DIST_DIR=ub2204x64


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

Contact DHI