Linux
General Steps
Conduktor supports Linux, but Linux is a very wide ecosystem, and it is hard for us to support all Linux distributions. We’re doing our best to improve and package Conduktor for Linux, don’t hesitate to contact us in case of bugs. We have prepared three distributions for ConduktorHow to install Conduktor on Ubuntu/Debian
For Ubuntu 16 or 20, read the warnings below.
.deb
file to install Conduktor on your Ubuntu/Debian. Download the .deb from our download page, then you can install Conduktor using the following command:
Error: ubuntu 16 unsupported
Ubuntu 16.04 is slowly reaching its end-of-life and some packages do not exist there. You may end up with these errors:Error: ubuntu 20: missing libffi6 when installing .deb
For Linux, Conduktor is packaged with libffi6. This library had seen its version bump to libffi7 in Ubuntu 20 Focal so you’ll end up with this error:RPM
You can use a.rpm
file to install Conduktor on your RPM based system. This includes Red Hat Linux, CentOS, Fedora, OpenSUSE.
Zip distro
This is not the recommended way to install Conduktor, but if you have a JRE 11+ installed on your system, you can use the.zip
distribution of Conduktor. Overall, we cannot guarantee this method will work but we offer it to you as an alternative to the .deb
and .rpm
bundles.
Signing in
The next step is to sign in to Conduktor. See this section here Sign in to ConduktorInstallation Issues
Elementary OS
Elementary OS has some troubles rendering JavaFX. You’ll need to add an option to use an “older” version of its UI toolkit engine GTK.- In
/opt/conduktor/lib/app/Conduktor.cfg
, add -Djdk.gtk.version=2. Note that this change will be LOST when upgrading Conduktor (and needs to be added again).
Ubuntu Focal 20: missing libffi6 when installing .deb
For Linux, Conduktor is packaged with libffi6. This library had seen its version bump to libffi7 in Ubuntu 20 Focal so you’ll end up with this error:I have a HDPI monitor and Conduktor doesn’t scale on Linux
To scale Conduktor, you can use GDK_SCALE (with a plain integer), such as:Synaptic error message: root permissions
It’s possible to encounter this non-critical issue:N: Download is performed unsandboxed as root as file '/home/user/Downloads/Conduktor-2.2.3.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
The installation still went through, Conduktor is properly installed. This is a warning you can safely “ignore”. You can refer to https://askubuntu.com/questions/908800/what-does-this-synaptic-error-message-mean to get more insights about it.