I'm running Ubuntu 14.04. I installed pencil
and koala
using sudo dpkg -i
command, and they appear on the launcher but when I click on them nothing happens.
How can I fix this?
$ which pencil
/usr/bin/pencil
$ which koala
/usr/bin/koala
$ sudo ./koala
/usr/share/koala/koala: error while loading shared libraries:
libudev.so.0: cannot open shared object file: No such file or directory
$ sudo ./pencil
/usr/bin/pencil: 4: /usr/bin/pencil: /usr/bin/xulrunner: not found
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
ax25-node kde-l10n-engb libax25 linux-headers-3.13.0-32
linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic
linux-image-extra-3.13.0-32-generic openbsd-inetd
Use 'apt-get autoremove' to remove them.
which pencil
andwhich koala
and add the output to your question. – heemayl Feb 08 '15 at 10:05pencil
and thenkoala
from the terminal and check what happens then. – heemayl Feb 08 '15 at 10:14sudo apt-get install -f
say? – muru Feb 08 '15 at 10:15apt-get install -f
– Emjiz Feb 08 '15 at 10:25libudev.so.1
now. See http://askubuntu.com/q/125980/158442, http://askubuntu.com/q/330935/158442 – muru Feb 08 '15 at 10:35