I removed some packages, and now I cant boot

,

Alt+Ctrl+F3:

# List transactions
sudo dnf history list

# Show the last 3 transactions
sudo dnf history info 0..-2 | less

# Undo transaction
sudo dnf history undo ID
2 Likes