Canadian 🇨🇦 • 24 • 🏳️⚧️ & 🏳️🌈 • EN/FR I use Arch btw
- 0 Posts
- 1 Comment
Joined 2 years ago
Cake day: August 7th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Canadian 🇨🇦 • 24 • 🏳️⚧️ & 🏳️🌈 • EN/FR I use Arch btw
Throwing stuff at the wall but I’d personally start with a good old
sudo apt install -f
sudo dpkg --configure -a
It will reconfigure all your installed packages. Afterwards, I’d try a full upgrade:
sudo apt update && sudo apt upgrade
Let me know if this helps :)