0% found this document useful (0 votes)
37 views1 page

Install Pythonon Kali Linux Steps

Uploaded by

sam perera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Install Pythonon Kali Linux Steps

Uploaded by

sam perera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sudo apt install wget software-properties-common

==============================================

sudo apt update

=========================================

DELETE A FILE INLINUX

rm Python-3.11.0.tgz

======================================

clear

wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz

sudo tar xvf Python-3.11.0.tgz

cd Python-3.11.0

clear

sudo ./configure --enable-optimizations

clear

sudo make altinstall

clear

python3.11 --version

or

python3.11

print

You might also like