Hello, I recently broke by accident my MX Linux (21.3) computer.
Context: I wanted to install a package from Debian SID, so I added Debian SID to APT sources but I seen there were thousands of updates available, so I decided to upgrade the softwares. Problem: during the process, APT crashed several times due to softwares not being installed as depencies were missing, etc... I tried APT with --fix-missing but even that command crashed, so I removed the Debian SID source from APT and run
Then my mouse and keyboard were very buggy (my keyboard was unresponsive and my mouse was clicking everytime) but I already had this problem before and I restarted my computer to fix the problem.
Problem: Now everything works fine except my WiFi manager which disappeared. My Bluetooth was still present until I restarted my computer a second time. I think it's due to the "bad updates" and the autoremove which removed software that was needed before adding the Debian SID source. (Also I tried to use commands to reset/restart the network manager but nothing worked)
Is there is a way to, without reinstalling my Linux distro, fix these problems ?
Thanks in advance.
(Also since I don't have any internet connection, I can't use APT
without downloading the packages on ANNOTHER computer...)
Context: I wanted to install a package from Debian SID, so I added Debian SID to APT sources but I seen there were thousands of updates available, so I decided to upgrade the softwares. Problem: during the process, APT crashed several times due to softwares not being installed as depencies were missing, etc... I tried APT with --fix-missing but even that command crashed, so I removed the Debian SID source from APT and run
apt update && apt upgrade -y && apt clean && apt autoremove -y
and it was working back.Then my mouse and keyboard were very buggy (my keyboard was unresponsive and my mouse was clicking everytime) but I already had this problem before and I restarted my computer to fix the problem.
Problem: Now everything works fine except my WiFi manager which disappeared. My Bluetooth was still present until I restarted my computer a second time. I think it's due to the "bad updates" and the autoremove which removed software that was needed before adding the Debian SID source. (Also I tried to use commands to reset/restart the network manager but nothing worked)
Is there is a way to, without reinstalling my Linux distro, fix these problems ?
Thanks in advance.
(Also since I don't have any internet connection, I can't use APT
