How to Install extra-cmake-modules software package in Ubuntu 17.04 (Zesty Zapus)

How to Install extra-cmake-modules software package in Ubuntu 17.04 (Zesty Zapus)

extra-cmake-modules software package provides Extra modules and scripts for CMake, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install extra-cmake-modules 

extra-cmake-modules is installed in your system.

Make ensure the extra-cmake-modules package were installed using the commands given below,

$ sudo dpkg-query -l | grep extra-cmake-modules *

You will get with extra-cmake-modules package name, version, architecture and description in a table

extra-cmake-modules package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Libraries
Package extra-cmake-modules
Version 5.26.0-0ubuntu2
Description Extra modules and scripts for CMake
Sub Section libs


See Also, How to uninstall or remove extra-cmake-modules software package from Ubuntu 17.04 (Zesty Zapus)?