when im installing git(sudo apt install git-all) it downloads all the packages it needs and after downloading it unpacks them, but I noticed that before unpacking it removes all the important system packages such as network manager as well as the gnome graphical shell so my system does not start after that
U can watch my video here
https://youtu.be/bt9t6jXmCkY
Description
Description
Event Timeline
Comment Actions
Do you need git-all? Usually git-core is sufficient. git-all brings in things that require a different init system, this is why important system packages get removed.