I'm currently facing some issues with my dedicated server. I unfortunately removed some packages from my server yesterday. And now the man-db
on my server seems not to work properly. This issue maybe occurs because I removed these packages. I tried to install the needed packages, but this does not work.
Whenever I try to install a package with apt-get install [packagename]
I get this error message:
I tried also to use the command apt --fix-broken install
but this seems not to work:
And the sudo command seems not to work properly too:
As you can see, I've booted my server in rescue mode to install the needed packages but it does not work. I've mounted all required directories but these issues still appear. So theres no chance for me to install packages, perform sudo commands.
Whys that? Is it all related to the man-db which causes issues due to some package removals?
FYI: I unfortunately don't know anymore which packages I removed yesterday.