How do I install ccmake
(not cmake
)?
I have tried the following to no avail:
sudo apt-get install ccmake
How do I install ccmake
(not cmake
)?
I have tried the following to no avail:
sudo apt-get install ccmake
Install the package
cmake-curses-gui
. You can install it by clicking the below image:Or by executing the following in a terminal:
(This is on Debian but Ubuntu usually has the same packages; you might possibly have to turn on the universe repository.)
In general, use
apt-cache search
to find specific package names.Try using
Hope that helps!