On 10/18/2016 04:15 PM, Russell Gadd -> All wrote:
RG> # apt-cache search libcec
RG> libcec-dev - USB CEC Adaptor communication Library (development files)
RG> libcec2 - USB CEC Adaptor communication Library (shared library)
RG> libcec3 - USB CEC Adaptor communication Library (shared library)
These are the libaries used by various programs like cec-client
RG> I tried # apt-get install cec-client
RG> but this gives:
RG> E: Unable to locate package cec-client
sudo apt-cache search cec-client
No results (Raspbian Wheezy)
$ sudo apt-cache search cec-utils
cec-utils - USB CEC Adaptor communication Library (utility programs)
so
sudo apt-get install cec-utils
Should cover it....
RG> So can anyone give me an outline of how I can use the packages in the
RG> repository to install cec-client. Also which library 2 or 3? (I am using
RG> minibian i.e. a minimal Raspbian 8 Jessie)
For FYI...
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=70923
Don't know about later versions...
BUT possibly
sudo apt-get install cec-utils
https://discourse.osmc.tv/t/cec-client/11459/10