I downloaded the Ubuntu installer from the site and upon opening the file, it says
"Error, cannot satisfy dependencies"
I'm using Kubuntu 16.04 LTS (xenial).
I went to console to investigate the dependencies
sudo dpkg -i trelby_2.2_all.deb
says that Trelby depends on "python-wxgtk2.8"
sudo apt install python-wxgtk2.8 results in
E: Package 'python-wxgtk2.8' has no installation candidate
Apparently, the version that is compatible with Ubuntu 16.04 by default is python-wxgtk3.0 and with Trelby having a hard-coded version dependency, I don't know how to install it. Is there a way to still install Trelby on new OS versions or will there be an update that supports them?