https://bugs.kde.org/show_bug.cgi?id=472777
--- Comment #5 from Tobias Leupold <t...@stonemx.de> --- It's not too hard to build it manually. First, you install the needed dependencies: sudo apt install cmake build-essential extra-cmake-modules qtbase5-dev libkf5coreaddons-dev libkf5i18n-dev libkf5xmlgui-dev libkf5crash-dev libkf5doctools-dev libkf5kexiv2-dev libmarble-dev Then, you download the sources: git clone https://invent.kde.org/graphics/kgeotag.gi t Then enter he sources and create a build directory: cd kgeotag mkdir build cd build Then configure and build the sources: cmake .. make And then install it: make install That's it ;-) -- You are receiving this mail because: You are watching all bug changes.