Can't install modipy on RpiB2 with debian wheezy 7.8

Hello,
I’ve followed steps in https://docs.mopidy.com/en/latest/installation/debian/#debian-install
I have a weezy installation, so followed those steps,
and only get a discouranging “command not found”.
Can not understand, tried it many times. Is there any log file created for some clue?
Thanks for the help.

$ sudo apt-get install mopidy
Reading package lists… Done
Building dependency tree
Reading state information… Done
Suggested packages:
mopidy-doc
The following NEW packages will be installed:
mopidy
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 0 B/226 kB of archives.
After this operation, 991 kB of additional disk space will be used.
Preconfiguring packages …
Selecting previously unselected package mopidy.
(Reading database … 93864 files and directories currently installed.)
Unpacking mopidy (from …/mopidy_1.1.0-2_all.deb) …
Processing triggers for desktop-file-utils …
Processing triggers for menu …
Processing triggers for man-db …
Setting up mopidy (1.1.0-2) …
insserv: warning: current start runlevel(s) (empty) of script mopidy' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of scriptmopidy’ overrides LSB defaults (0 1 6).
insserv: warning: current start runlevel(s) (empty) of script mopidy' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of scriptmopidy’ overrides LSB defaults (0 1 6).
Processing triggers for menu …
$ modipy
-bash: modipy: command not found
$

That’s because it’s mopidy, not modipy. Note that you can run it as a service or as a user, you probably want the service. You’ll also probably want to read https://docs.mopidy.com/en/latest/debian/#differences-when-running-as-a-system-service

ouch!! so sorry…
Thank you!!