I made a really stupid autoremove mistake. I was uninstalling libssl1.0.0
and it somehow said that pretty much every package I had was now not needed. I didn't really read carefully and I uninstalled a LOT of packages. I saw things like wget and node being uninstalled.
My question is, how do you install everything from sources.list, and would it be plausible to install everything from sources.list to recover from this accident?
/var/log/apt/history.log
.. you will find the list of uninstalled packages – cmak.fr May 31 '18 at 06:09sources.list
, that is neither plausible nor possible. Plenty of packages conflict with each other, so it's not possible to have them installed at the same time. – muru May 31 '18 at 06:19