while installing the openssh server using following command:
sudo apt-get install openssh-server
I am getting the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
bcmwl-kernel-source : Depends: dkms but it is not going to be installed
debhelper : Depends: dh-apparmor but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
How can I resolve this issue?