"The system network services are not compatible with this version" - ubuntu 14.04 [duplicate]

"The system network services are not compatible with this version" - ubuntu 14.04... I didn't even update anything thing.I have everything in network manager ....and I'm unable to connect to any network.. my system is dumb now without any network. I just tried to delete the previously connected networks from system-connections.. i tried the following code(I found it on askubuntu.com):

nmcli --fields UUID,TIMESTAMP-REAL con show | grep never | awk '{print $1}' | while read line; do nmcli con delete uuid $line; done

this link didn't solve my problem with the same title

Please help me and know that I'm not connected to a network.so help me in downloading external packages... and gracious!

none of the links on the askubuntu.com helped me! is there any possibility so I can download and reinstall some softwares!!!

enter image description here


http://archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/

Go to the above mentioned address and download three .deb files

libnl-3-200_3.2.21-1_amd64.deb
libnl-route-3-200_3.2.21-1_amd64.deb
libnl-genl-3-200_3.2.21-1_amd64.deb

this is for 64bit OS for 32bit use i386.deb

( please confirm your OS whether 32bit or 64bit)

Place them in a new folder on desktop and name the folder abc. Enter into it through terminal cd desktop abc and do "sudo dpkg -i filename.deb" for all the three. Restart the system, you will get the network tab and its details on the top to access.

I had the same problem yesterday after updating the system.
I tried this it worked.



After a long research on this problem I'm deducting these possibilities:

Causes of the problem:

1) Incomplete installation. 2) Pre-released software might end up in causing so un-select it in software manager settings.

Solution : 1)Restart the network Manager. sudo service network-manager start

if this isn't work in your case download the following files manually from other pc and copy it to affected system. Click here to get those files. For 64 bit :

  1. libnl-3-200_3.2.21-1_amd64.deb
  2. libnl-route-3-200_3.2.21-1_amd64.deb
  3. libnl-genl-3-200_3.2.21-1_amd64.deb

For 32 bit: 1. libnl-3-200_3.2.21-1_i386.deb.deb
2. libnl-route-3-200_3.2.21-1_i386.deb.deb
3. libnl-genl-3-200_3.2.21-1_i386.deb.deb Put them in a folder and in terminal go up to that terminal,these are Debian files so install using this command.

sudo dpkg -i lib*.deb

this will install all three files at a time. And now restart your system. Every thing works fine!