Installed Linuxx64Cmaptools bin from here. Everything went fine, (installation menu steps OK successful install) installed in root as far as I can remember.
But I cannot find the program (also not by searching).
Installed Linuxx64Cmaptools bin from here. Everything went fine, (installation menu steps OK successful install) installed in root as far as I can remember.
But I cannot find the program (also not by searching).
The executable is a shell script with the name CmapTools
. Per default, the installation folder is IHMC CmapTools
. If you have installed in /root
, the path to the executable is
/root/IHMC\ CmapTools/CmapTools
If you haven't changed any path in the installation process, your path is
/home/theo/IHMC\ CmapTools/CmapTools
For a better desktop integration, create a desktop file.
You could search the file in your system via
find / -type f -name 'CmapTools' 2>/dev/null
Another thing, maybe its interesting, is Uninstall\ CmapTools
in the same path to remove the application.