I recently installed my first IDE for C++ (KDevelop) at openSUSE.
After choosing the project type (simple console) for Mr. Hello World,
the GUI pops up:
“Could not load project management plugin KDevCMakeManager.”
Tracing that I found https://wiki.archlinux.org/title/KDevelop#KDevCMakeManager
But there is no official cmake for openSUSE https://software.opensuse.org/package/cmake
So before me doing stupid things I better ask,
as I cannot image I should have to install a non-official
packet just to make the most-spreaded IDE work?
BTW
The question about the same topic isn’t of any help due to broken link
Please show the output of the command. If you have the “same” output, then no package is installed. There needs to be an “i” or “i+” in the status column of the output.
If the “status column” is the first column (“S”)… (all blank),
then cmake is not installed with me either.
However first of all I checked “Discover” (Software Center)
and there was no simple “cmake” found…
But now in YaST2 there are the entries.
I won’t need all of them I guess?
When I would turn developer, I would use YaST > Software Management, choose from the View menu the Patterns view. Scrolling down you see Development and down there is KDE Frameworks- and Plasma development. When selecting it, it shows cmake as one of the packages listed in that Pattern. Installing the Pattern will provide you with other packages that may come at hand when going for KDE development. It looks as all the thinking is already done.
Edit: Sorry, it seems that Kdevelop may have nothing to do with KDE development. But I guess you get the idea.