Removed pkg-config, now desktop won't start
I'm new to Fedora, and just installed Workstation 24 on my Acer Aspire laptop.
I was having trouble with pkg-config, so I tried to remove it with $ sudo dnf remove pkg-config. But then the whole system froze and I had to shut down the power from my laptop. After that Fedora only starts in kernel and asks to login as local host.
Is there a way to re-install the desktop from kernel etc?
Thanks.
Kernel? you mean terminal? If so, login as root and install the package pkgconfig again:
dnf install pkgconfig
. Or undo your previous transaction:dnf history undo last