I installed xbindkeys
via sudo apt-get install xbindkeys
Now when I run xbindkeys_show
I get:
$ xbindkeys_show
/usr/bin/xbindkeys_show: 3: exec: wish: not found
The question is: How can I run this program? What dependencies are missing?
I installed xbindkeys
via sudo apt-get install xbindkeys
Now when I run xbindkeys_show
I get:
$ xbindkeys_show
/usr/bin/xbindkeys_show: 3: exec: wish: not found
The question is: How can I run this program? What dependencies are missing?
In 13.10 I do not have a
wish
package.So I suppose the package is
tk
(and probablytcl
)(but this is a bug in packaging... if it's needed should be a dependency)
You need to install the package
wish
.The package
xbindkeys
only suggestswish
so it is not installed as a dependency by default.Use something like
to install a package with the packages it suggests