Recently I had problems regarding my software center so I decided to uninstall it . But when I tried to install using the following command sudo apt-get install software-center*. I get the following error - " The following packages have unmet dependencies: ubuntu-kylin-software-center : Depends: language-pack-zh-hans but it is not installable E: Unable to correct problems, you have held broken packages. " So can anyone help me with this problem .
Asked
Active
Viewed 985 times
-1
-
What release version of Ubuntu are you using? – steeldriver Dec 08 '15 at 04:06
-
I am using Ubuntu 14.04 release version – Abhishek Nadgeri Dec 08 '15 at 11:47
1 Answers
-1
I think your apt cache is broken somehow, if you have problem with apt-cache you'll have problem with installation. Open terminal and try this
sudo apt-get update
sudo apt-get upgrade
And follow the instruction if any like
sudo apt-get autoremove
sudo apt-get install -f
This will check for any updates/upgrades, hopefully fix your system. After that run
sudo apt-get install software-center*
This will install Ubuntu Software Center.

riashatrafat
- 184
-
Now it is showing the error - " The following packages have unmet dependencies: ubuntu-kylin-software-center : Depends: language-pack-zh-hans but it is not installable E: Unable to correct problems, you have held broken packages."
How do i resolve it ?
– Abhishek Nadgeri Dec 08 '15 at 14:51 -
-