1

I installed Ubuntu trusty 14.04 on my laptop along side windows dual boot. i have a problem with software center. i am unable to install any tool using this and also no updates were taking place. So i removed this software center and tried to re install it. i used these codes sudo apt-get remove software-center then it removed. while i am trying to reinstall it using sudo apt-get install software-center it is showing

E: Package 'software-center' has no installation candidate

please help me.I need to install meep on this.

Anwar
  • 76,649

1 Answers1

1

First use sudo apt-get update command before using sudo apt-get install software-center. If it still shows the same error, try to enable the main component of Ubuntu official repository. Get help from this similar question How do I enable the "Universe" repository?

Though the main part should always be enabled.

Anwar
  • 76,649