networking - Install network-manager on Ubuntu14.04.4 LTS using live CD or any means - Ask Ubuntu


recently removed systemd-services removed many packages system. tried fix using live cd couldn't working. output of apt-get install network-manager

root@ubuntu:/var/cache/apt/archives# apt-get install network-manager -f reading package lists... done building dependency tree        reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation:  following packages have unmet dependencies:  network-manager : depends: libnl-3-200 (>= 3.2.7) not going installed                    depends: libnl-genl-3-200 (>= 3.2.7) not going installed                    depends: libnl-route-3-200 (>= 3.2.7) not going installed                    depends: wpasupplicant (>= 0.7.3-1)                    recommends: crda e: unable correct problems, have held broken packages. root@ubuntu:/var/cache/apt/archives#    

how can solve problem. have found there many packages seem broken have on http://pastebin.com/fzt3frtx

few options may work:

  • if have possibility connect wired interface.

    1. check interface name (ex eth0)

      sudo ifconfig -a 
    2. connect using dhcp client

      sudo dhclient eth0 
    3. install needed packages

  • live cd not have packages archive (in pool folder), so:

    1. boot live cd

    2. either download dpkg-repack , repack need packages reboot , install them.

      or copy installed files manually: list using dpkg -l <packagename> reboot , fix dpkg status using sudo dpkg --audit; sudo dpkg configure -a


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User