-1

I am trying to install the software-centre package on Terminal..

I have entered these commands:

sudo apt-get install software-center*

I get this:

The following package was automatically installed and is no longer required
  thuderbird-global menu
use 'apt-get autoremove' to remove them.

another

'software-center' has no installation candidate

any ideas?

Pandya
  • 37,289

1 Answers1

0

For Ubuntu 12.04, run these commands in Terminal:

sudo echo "deb http://archive.ubuntu.com/ubuntu precise precise-updates main universe multiverse restricted" > /etc/apt/sources.list

sudo apt-get update

sudo apt-get autoremove

sudo apt-get install software-center

Naveen
  • 9,551