Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmake 3.14 or higher is required. you are running version 3.13.4

sudo apt remove cmake #Uninstall old version

sudo apt-get install build-essential libssl-dev
wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz

tar -zxvf cmake-3.20.0.tar.gz
cd cmake-3.20.0
./bootstrap
make
sudo make install

cmake --version 
Comment

PREVIOUS NEXT
Code Example
Shell :: pm2 command not found 
Shell :: code blocks download for debian 
Shell :: install npm ubuntu 
Shell :: how can I see my gatsby version 
Shell :: angular install 
Shell :: firefox settings 
Shell :: pip upgrade stramlit 
Shell :: pm2 rename app 
Shell :: how to uninstall postgres from ubantu 
Shell :: install auth in laravel 8 
Shell :: install sshpass mac 
Shell :: Failed to start cron.service: Unit not found. in centos7 
Shell :: check selinux status 
Shell :: jupyterlab installation 
Shell :: how to reload docker nginx 
Shell :: install neofetch ubuntu 
Shell :: downgrade node mac 
Shell :: how to read temperature in linux 
Shell :: bash how to generate md5 checksums on all files in a directory 
Shell :: debian 11 sources.list 
Shell :: git show remote url 
Shell :: check cronta status ubuntu 
Shell :: factorial of a number bash 
Shell :: mac os uninstall oh my zsh 
Shell :: how to install mongoose 
Shell :: bootstrap npm 
Shell :: how to find and replace a string in a file using shell script 
Shell :: ubuntu 20 change display resolution 
Shell :: restart ssh mac 
Shell :: git how to find original branch creator 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =