how to install totem

Asked by Parag Ahivale

I am getting the error:

Error: Could not satisfy dependency: totem

This happened while running the following command:
parag@parag:~/torch-hdf5$ sudo luarocks make hdf5-0-0.rockspec LIBHDF5_LIBDIR="/usr/lib/x86_64-linux-gnu/"

Can somebody help? I think I need to install totem. Can someone tell me how?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
Parag Ahivale
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Please provide the output of the commands:

uname -a
lsb_release -crid
apt-cache policy totem libtotem-dev

Revision history for this message
Parag Ahivale (ahivale-parag) said :
#2

parag@parag:~$ uname -a
Linux parag 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
parag@parag:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
parag@parag:~$ apt-cache policy totem libtotem-dev
totem:
  Installed: 3.16.4-0ubuntu2
  Candidate: 3.16.4-0ubuntu2
  Version table:
 *** 3.16.4-0ubuntu2 0
        500 http://in.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
        100 /var/lib/dpkg/status
libtotem-dev:
  Installed: (none)
  Candidate: 3.16.4-0ubuntu2
  Version table:
     3.16.4-0ubuntu2 0
        500 http://in.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
parag@parag:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Maybe installing libtotem-dev in addition to the already installed totem package helps.

Revision history for this message
Parag Ahivale (ahivale-parag) said :
#4

Nope it still shows the same error!!

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

There seem to be different things called 'totem'.
It seems to me that you do not need Ubuntu's totem media player,
but the test software from https://github.com/deepmind/torch-totem

Revision history for this message
Parag Ahivale (ahivale-parag) said :
#6

True. i just found out that. I cloned it but I don't know what to do next! Can you provide me with the steps ? That would be helpful.
PS: Am a newbie

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

Sorry, not sure, maybe something like

wget https://raw.githubusercontent.com/deepmind/torch-totem/master/rocks/totem-0-0.rockspec
sudo luarocks install totem-0-0.rockspec

(those two lines were taken from https://github.com/deepmind/torch-cephes/blob/master/.travis.yml )

Revision history for this message
Parag Ahivale (ahivale-parag) said :
#8

Thanks man. That worked for me!