Software center not found
whenever trying to install sofware center by the command
sudo apt-get install software-centerit is saying
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package software-center is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'software-center' has no installation candidateplz help
11 Answer
It obviously means that the packge "software-center" could not be found. This may have many reasons.
Check the file
/etc/apt/sources.listto see whether it contains a line like this:deb.... Where the * may have been replaced by a subdomain (like de., fr., etc.) or also can be omnitted. If the line begins with a hash sign (#), remove that hash sign. Do not remove hash sign before text comments.- Update your repository index by using
sudo apt-get updatefirst, then try again. - If it fails, please post your file
/etc/apt/sources.list.