Ubuntu Focal 20.04 64 bits

Installation instructions

wget -qO- https://dl.packager.io/srv/pghero/dexter/key | sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/dexter.list \
  https://dl.packager.io/srv/pghero/dexter/master/installer/ubuntu/20.04.repo
sudo apt-get update
sudo apt-get install dexter

Note: You might need to apt-get install wget apt-transport-https for the above instructions to work.