[solved] Trouble getting clickable going
-
Hello. I installed clickable via pip (as recommended here), on my Debian 10 desktop. I tried to run it, but got the following response:
mark@debian:~$ clickable desktop The command "docker" does not exist on this system, please install it for clickable to work properly"
I had previously installed docker, and did so again:
root@debian:/home/mark# apt install docker Reading package lists... Done Building dependency tree Reading state information... Done docker is already the newest version (1.5-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I then attempted, again, to run clickable, but got the same feedback:
mark@debian:~$ clickable desktop The command "docker" does not exist on this system, please install it for clickable to work properly"
Any idea how I can fix this?
-
I think you need the package "docker.io"
-
This post is deleted! -
@saveurlinux
Thank you. Yes, that did work.