DOWNLOAD
We don't provide any binary packages. Check if your distribution packages the latest version of LabPlot by using your package manager. Binary packages are available for the following distributions, which we are aware of:
You can also check the results of the Packages Search for Linux and Unix to see whether your favorite Linux/Unix system is providing packages for LabPlot.
We also provide an AppImage for any Linux distribution and a Flatpak package and a Snap package running on any Linux distribution that have Flatpak or Snap support.
We provide an installer (64-bit version) of the application but it can also be installed from the Microsoft Store.
There is also a Chocolatey Package
To compile the last released version of LabPlot from the source code, use this link.
If you want to see the current state of the project or to follow the development, clone our git repository
git clone git@invent.kde.org:education/labplot.git.
Building and installing from the source code requires additional effort which is described in our install instructions.
The latest version is always build on the KDE Build Server (SuSE, WindowsMSVC, FreeBSD).
There are regular builds of the current development version which can be found on several CI platforms. Here a (probably incomplete) list:
KDE Binary Factory
- Windows (64bit)
- MacOS (not recommended yet)
- AppImage
- Flatpak
Install Flatpak using
flatpak remote-add --if-not-exists kdeapps https://distribute.kde.org/kdeapps.flatpakrepo flatpak install kdeapps org.kde.labplot2
KDE Neon Build Server
Ubuntu
OpenSUSE
Version Tumbleweed
sudo zypper ar -cfp 90 https://download.opensuse.org/repositories/home:/andythe_great:/branches:/openSUSE:/Factory/openSUSE_Tumbleweed/ LabPlot-nightly sudo zypper refresh sudo zypper dist-upgrade --from LabPlot-nightly --allow-downgrade --allow-vendor-change sudo zypper install --from LabPlot-nightly labplot
Version Leap 15.3
sudo zypper ar -cfp 90 https://download.opensuse.org/repositories/home:/andythe_great:/branches:/openSUSE:/Factory/openSUSE_Leap_15.3/ LabPlot-nightly sudo zypper refresh sudo zypper dist-upgrade --from LabPlot-nightly --allow-downgrade --allow-vendor-change sudo zypper install --from LabPlot-nightly labplot