Install Ubuntu Software Center on Kali Linux

Add the repositories first:

  1. Edit /etc/apt/sources.list and add these two lines
    deb http://http.kali.org/ /kali main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    
  2. In terminal type apt-get update
  3. then try apt-get install software-center

All Done!

Published by aleXandria

I finished Information security and Ethical Hacking(ISEH) and Motion Graphics Design.

2 thoughts on “Install Ubuntu Software Center on Kali Linux

  1. when i try to install software center on my kali linux it show’s the following errors how can i correct it

    “apt-get install software-center
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    software-center : Depends: python-gobject (>= 3.0) but it is not going to be installed
    Depends: python-gobject-cairo
    Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
    Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
    Recommends: gir1.2-launchpad-integration-3.0 but it is not installable
    Recommends: sessioninstaller but it is not installable
    E: Unable to correct problems, you have held broken packages.”

    please help me

    Like

Leave a comment