I was trying to update and upgrade my packages but when i executed the following command :
sudo apt upgrade && sudo apt update The following message appeared :
Hit:1 https://download.sublimetext.com apt/stable/ InRelease Hit:2 http://kali.cs.nctu.edu.tw/kali kali-rolling InRelease Reading package lists... Done Building dependency tree Reading state information... Done 767 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: gnustep-base-runtime : Depends: gnustep-base-common (= 1.27.0-3) but 1.26.0-7 is to be installed libgnustep-base1.27 : Depends: gnustep-base-common (= 1.27.0-3) but 1.26.0-7 is to be installed E: Broken packages I have tried to execute commands below :
sudo dpkg --configure -a sudo apt install -f sudo apt update && sudo apt upgrade But it still error.
What should i do now ?... Thank you in advance....