Palle S - 2016-08-07

I run Kubuntu 16.04 and trying to install libgaminggear-0.14.0 before Roccat-tools-5.3.0.
But I cannot get past a certain cmake error!
NB. I am a newbie and just a user of Linux (because of "free-libre"), not an expert.

cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-- Using /dev/uhid
-- Checking for module 'gmodule-2.0'
-- No package 'gmodule-2.0' found
CMake Error at cmake_modules/FindGMODULE2.cmake:28 (MESSAGE):
Could not find GMODULE2
Call Stack (most recent call first):
CMakeLists.txt:44 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

Then I try to install gmodule, but no luck:
~$ sudo apt-get install gmodule-2.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gmodule-2.0
E: Couldn't find any package by glob 'gmodule-2.0'
E: Couldn't find any package by regex 'gmodule-2.0'

So I am stuck here! :-(

NB. There are a lot of libcanberra modules to choose from. Installed a few of them but it wasn't until I chose "libcanberra-dev" that I got past the cmake error.
Perhaps a good idea if you mention exactly which libcanberra modules to install?