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.
check interface name (ex
eth0
)sudo ifconfig -a
connect using dhcp client
sudo dhclient eth0
install needed packages
live cd not have packages archive (in
pool
folder), so:boot live cd
either download
dpkg-repack
, repack need packages reboot , install them.or copy installed files manually: list using
dpkg -l <packagename>
reboot , fix dpkg status usingsudo dpkg --audit; sudo dpkg configure -a
Comments
Post a Comment