- Edited
[deleted]
Thats... Odd. Even if it doesn't run properly it should provide some output.
Search for broken packages and reinstall any that are broken:
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
If you're not copying and pasting the command note it is case sensitive.
If you're worried about running weird commands its referenced in the official troubleshooting documents so you know its not suss. https://getsol.us/articles/troubleshooting/general-troubleshooting/en/
EDIT The command will take some time, its not frozen.