so i was trying to fix some dependency problems with my repositories and stuff and i ran
sudo apt-get -o Debug::pkgProblemResolver=yes dist-upgrade
and this is what happened (some log from the start isnt shown cause that's all i could copy from my terminal)
http://paste.ubuntu.com/10156566/
i killed apt-get cause i just panicked as i saw network manager being removed, so now i just want to reinstall what i removed and would be happy if someone could explain what that command was going to do
UPDATE i suppose reinstalling a new version would be more logical, thanks for your help anyways
and i would still be happy to understand what was that command going to do if i hadnt killed it :D
Reading state information... Done E: Unable to locate package ubuntu-desktop – Ali Ameli Feb 10 '15 at 10:43
sudo apt-get update
? And does the install work after doing that? – Oli Feb 10 '15 at 10:44/etc/apt/sources.list
is very old since it's trying to fetch packages for Quantal, which is not longer available. You should change all Quantal entries to an LTS (either Precise or Trusty) or a newer release. The package ubuntu-desktop is available on these releases. – aguslr Feb 10 '15 at 11:12