How to install software in kali?

mlee [sarawang130]
9 years ago

0

I want to download python in kali. So I installed software center in terminal. But it said “Package ‘software-center’ has no installation candidate. How to solve it? NEED HELP

4replies
4voices
200views
bkth
9 years ago | edited 9 years ago

1

Python is already prepackaged in Kali, try to type python in the command line.

Since it is a linux distro based on debian, usually you would install packages by typin:

"sudo apt-get install <package name>"

Reply has been removed
? [bolofecal]
9 years ago

1

To search some package you can use this:

apt-cache search <package>

so if you find the pack you can use the command of @bkth to install. For another packs that not in list I suggest you find how to install for each extension, like .tar .tar.gz .rpm… Some packs are a litlle hard to install and you will must read the read me file to understand, but in google you will find help in this specific cases.

Another hint, if you want update use this:

apt-get update apt-get upgrade

Mr. Cyph3r [MrCyph3r]
9 years ago

1

I suggest you to spend some time learning linux basics before attempting anything else in a linux environment.

mlee [sarawang130]
9 years ago

0

I am working on it. Thank you :-)

You must be logged in to reply to this discussion. Login
1 of 5

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss