Cant't install software center on kali linux

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I understand this has been asked before but none of those answers helped much, I was able to install synaptic with no issues whatsoever but whenever I try installing software center I get this:




root@host:~# apt-get install software-center
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




Any help would be much appreciated, thanks.









share







New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
    – kemotep
    2 mins ago














up vote
0
down vote

favorite












I understand this has been asked before but none of those answers helped much, I was able to install synaptic with no issues whatsoever but whenever I try installing software center I get this:




root@host:~# apt-get install software-center
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




Any help would be much appreciated, thanks.









share







New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
    – kemotep
    2 mins ago












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I understand this has been asked before but none of those answers helped much, I was able to install synaptic with no issues whatsoever but whenever I try installing software center I get this:




root@host:~# apt-get install software-center
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




Any help would be much appreciated, thanks.









share







New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I understand this has been asked before but none of those answers helped much, I was able to install synaptic with no issues whatsoever but whenever I try installing software center I get this:




root@host:~# apt-get install software-center
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




Any help would be much appreciated, thanks.







linux software-installation kali-linux





share







New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share







New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share



share






New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 mins ago









Branden Anasenes

11




11




New contributor




Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Branden Anasenes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
    – kemotep
    2 mins ago
















  • Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
    – kemotep
    2 mins ago















Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
– kemotep
2 mins ago




Hello and welcome to the U&L stack exchange site! May I ask, what are you trying to accomplish by installing "software-center" on Kali Linux? Kali Linux is a penetration testing distro that comes with pretty much everything you need out of the box and is really geared towards being used as a Live environment. What does "software-center" have that you need and why do you need "software-center" specifically?
– kemotep
2 mins ago















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Branden Anasenes is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474676%2fcantt-install-software-center-on-kali-linux%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Branden Anasenes is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Branden Anasenes is a new contributor. Be nice, and check out our Code of Conduct.












Branden Anasenes is a new contributor. Be nice, and check out our Code of Conduct.











Branden Anasenes is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474676%2fcantt-install-software-center-on-kali-linux%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay