I installed some automatic updates the other day, and now the computer can't connect to the Internet. It's telling me "Wired interface (enp0s25): IP connection was unavailable". I looked up some guides on restarting the network processes, and tellingly all of them came back with errors saying no such program was installed:
I take it that's the source of my problems right there, the fact that neither networking nor network-manager is on here at all. Lord knows where they went, or why, but I assume one of them is a mandatory component of having a working network card. Assuming that I'm right about that, how do I get them back without a way to download them?
Code:
$ sudo systemctl restart networking Failed to restart networking.service: Unit networking.service not found. $ sudo service network-manager restart Failed to restart network.manager.service: Unit network-manager.service not found. $ ifdown eth0 Command 'ifdown' not found, but can be installed with: sudo apt install ifupdown # version 0.8.35ubuntu2, or sudo apt install netscript-2.4 # version 5.5.3
Comment