I know this is a question asked a lot,but I have tried almost every solution out there and the network icon is still not showing. I am using Ubuntu Kylin 14.04.
I tried to access nm-applet but it said that it was not installed.
The problem with the other solutions was that they required update or installing from terminal, but I do not have any internet connection available so any of these solutions do not work for me.
I also tried this solution proposed
$ sudo /etc/init.d/network-manager stop
$ sudo rm /var/lib/NetworkManager/NetworkManager.state
$ sudo /etc/init.d/network-manager start
I tried to go to the file NetworkManager and change the status to true.
Can anyone suggest me some other solution? Or should I just reinstall Ubuntu again?
sudo apt-get install --reinstall indicator-network
2)sudo apt-get install indicator-applet-complete
. For reinstalling network manager , try this:sudo apt-get install --reinstall network-manager
or see if any of these work for you – Sergiy Kolodyazhnyy May 14 '16 at 18:31network-manager
package on different machine and pass it via usb (as in my answer) or use Ubuntu's built-in recovery mode (as in Jit's answer). – tamkderplar May 14 '16 at 20:18