I've done some things with apt-get remove
and apt-get install
, and one of the actions must have broken something on my Ubuntu 18.04 server
I'm wondering if someone has an idea as to how I would reverse/undo those changes, I can't boot into Ubuntu itself and can only boot into rescue mode
I've tried looking in the /var/log/apt/history.log
file to check the apt-get history, but it doesn't exist in rescue mode
I need an alternative to just backing up data, as my internet is pretty slow and I don't want anything possibly getting corrupted if I timeout or having to start all over again
apt-get install foo
andapt-get remove foo
I've installed different components and removed other components, mostly python components if I remember correctly, which leads me to think maybe I messed something up with python that won't let me login via SSH properly – Jakaboii Jul 14 '20 at 20:30ssh: connect to host x port 22: Connection timed out
– Jakaboii Jul 14 '20 at 20:41apt-get install --reinstall python3.6
, I get an output saying the package doesn't exist – Jakaboii Jul 15 '20 at 16:25