I did a:
sudo dpkg -i --force-depends package.deb
The program was confused about a package that wasn't installed (it was). The program works fine, however now whenever I do an update, i get this message:
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
fern-wifi-cracker : Depends: aircrack-ng (>= 1.0) but it is not installable
E: Unmet dependencies. Try using -f.
The software center, update manager, everything is giving me hell. The question is, how do I tell the computer that everything is ok, and there are no unmet dependences?
if i do:
sudo apt-get install -f
it wants to remove the program I have installed (not a good option if you ask me).
Any ideas on how to get my computer to chill out?
EDIT: Added what actually happens with last command:
user@computer:~$ sudo apt-get install -f
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
fern-wifi-cracker
0 upgraded, 0 newly installed, 1 to remove and 32 not upgraded.
After this operation, 1,532 kB disk space will be freed.
Do you want to continue [Y/n]?