Compile this program
apt-team/apt/blob/6b128124271e94bdb0f4e7850d9286170d712b04/README.md#coding
On my Linux Mint 22.2 Cinnamon Framework 13 Virtual Machine Manager Linux Mint (trust) virtual machine:
cmake .
Output:
Traceback (most recent call last):
File "/home/benjamin_loison/.local/bin/cmake", line 5, in <module>
from cmake import cmake
ModuleNotFoundError: No module named 'cmake'
sudo apt install -y cmake
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
cmake is already the newest version (3.28.3-1build7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pip uninstall cmake
WARNING: Skipping cmake as it is not installed.