Try   HackMD

Install cmake on Ubuntu

tags: Ubuntu cmake
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install cmake -y
$ cmake --version
$ sudo apt-get install build-essential libssl-dev
sudo apt install build-essential -y
sudo apt install checkinstall -y
sudo apt install zlib1g-dev -y
sudo apt install libssl-dev -y
$ wget https://github.com/Kitware/CMake/releases/download/v3.24.2/cmake-3.24.2.tar.gz

$ tar -xzvf cmake-3.24.2.tar.gz

$ cd cmake-3.24.2/

$ ./bootstrap

$ make

$ sudo make install

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →