I'm on Ubuntu 16.04. I installed cmake with the command
sudo apt install cmake
It installed cmake 3.5.1. Now I want to use cmake 3.7 - I downloaded an archive with binaries (i.e cmake-3.7.0-Linux-x86_64.tar.gz) and extracted it, but how do I run it using the cmake command? My current attempt to run
cmake --version
returns the "old" 3.5.1 version.