参考https://www.kdevelop.org/download
Linux/Unix Distributions
1.Run the KDevelop 5.3.2 (64bit) AppImage. Just enter the following commands in a terminal to download & start KDevelop:
wget -O KDevelop.AppImage https://download.kde.org/stable/kdevelop/5.3.2/bin/linux/KDevelop-5.3.2-x86_64.AppImage chmod +x KDevelop.AppImage ./KDevelop.AppImage
Note: Your system libraries or preferences are not altered. In case you'd like to remove KDevelop again, simply delete the downloaded file. Learn more about AppImagehere.
OR
2. Install KDevelop from your Linux distribution
https://userbase.kde.org/KDevelop/Install#GNU.2FLinux
OR
3.Build KDevelop from source
https://community.kde.org/KDevelop/HowToCompile_v5