The KXStudio repositories support all Debian versions since Jessie and Ubuntu 14.04 or above.
They should work on all Debian-based distributions and variants.

Once you have the repos installed, you can either manually install individual packages from them or add the meta-packages to automatically install large sets of recommended packages.
See the Meta-Packages page for more details.
In either case, we always recommend to install the kxstudio-default-settings package after enabling the repositories.

You might also want to check:

Bug reports and package requests should be posted in the Repository project page.
Below is information on how to enable the repositories.


Debian / Ubuntu

All Debian and Ubuntu users can enable our repositories by installing this deb file: kxstudio-repos.deb.
You can install it manually by running this:

# Install required dependencies if needed
sudo apt-get install apt-transport-https software-properties-common wget

# Download package file
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.4.6~kxstudio1_all.deb

# Install it
sudo dpkg -i kxstudio-repos_9.4.6~kxstudio1_all.deb


If you're using a system newer or equal to Debian 9 (Stretch) or Ubuntu 16.04 (Xenial) you'll also need to enable GCC5 packages.
You can do so by installing this deb file - kxstudio-repos-gcc5.deb, or manually by running this:

# Install required dependencies if needed
sudo apt-get install libglibmm-2.4-1v5

# Download package file
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.4.6~kxstudio1_all.deb

# Install it
sudo dpkg -i kxstudio-repos-gcc5_9.4.6~kxstudio1_all.deb


These packages contain:


NOTE:
Please do not copy these instructions to your own website, wiki, etc.
The packages file link might change at anytime, and so the instructions themselves.
Always refer to this exact page for how-to enable the KXStudio repositories please.