Celeb Glow
news | March 17, 2026

Software center not found

whenever trying to install sofware center by the command

sudo apt-get install software-center

it 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 candidate

plz help

1

1 Answer

It obviously means that the packge "software-center" could not be found. This may have many reasons.

  1. Check the file /etc/apt/sources.list to 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.

  2. Update your repository index by using sudo apt-get update first, then try again.
  3. If it fails, please post your file /etc/apt/sources.list.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy