I am having problems installing Wifi Fern
@ubuntu:~/Desktop$ sudo dpkg -i Fern-Wifi-Cracker_1.6_all.deb
Selecting previously unselected package fern-wifi-cracker.
(Reading database ... 187540 files and directories currently installed.)
Unpacking fern-wifi-cracker (from Fern-Wifi-Cracker_1.6_all.deb) ...
dpkg: dependency problems prevent configuration of fern-wifi-cracker:
fern-wifi-cracker depends on aircrack-ng; however:
Package aircrack-ng is not installed.
fern-wifi-cracker depends on subversion; however:
Package subversion is not installed.
dpkg: error processing fern-wifi-cracker (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
fern-wifi-cracker
@ubuntu:~/Desktop$
Can you help please?
aircrack-ng
andsubversion
are not installed. How else is he going to install them? – Simon Jun 20 '13 at 13:40install
, notbuild-dep
. And I think installation of dependencies automatically as in my answer is a lot more user friendly. – gertvdijk Jun 20 '13 at 13:46build-dep
but it works withinstall
so I will change my answer to reflect this. Thank you for your help :) – Simon Jun 20 '13 at 14:11