%general-entities; ]> Further KDE packages This section did not provide instructions for all of the available packages in the KDE Software Compilation (KDE Gear). The included packages were selected based on what most people would want to use on a standard desktop computer. For a full list of available packages, have a look on the KDE5 servers at &kf5apps-download-http;. Editor Notes: Some additional packages worth mentioning are: Juk: A lightweight music player. Dragon: A video player. Kcalc: A scientific calculator. Kwalletmanager: A credentials management application. Marble: A global map program. A variety (about 40) of KDE games including: kpat, kfourinline, and kmines. Some packages will require additional dependencies. To determine what dependencies are needed, run from the top of the source tree: cmake -Wno-dev -L . Most of these packages can be built with the standard KDE5 instructions: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -Wno-dev .. && make And as the &root; user: make install