How to Install Python WingIDE Pro On Kali Linux
WingIDE Pro is one of the best Intelligent Development Environments (IDE) of Python. It comes with a powerful debugger and an intelligent editor. Other features include debugging, project management, revision control, etc. In this article, we will see how to install WingIDE Pro on Kali Linux.
Download Link: https://wingware.com/downloads/wing-pro/6.1.5.1/binaries&os=linux64
Steps for installation:
Step 1: Copy and paste the public key as wingware.pub from the link https://wingware.com/pgpkey
Step 2: Run the below command on the terminal to add a public key
# sudo apt-key add wingware.pub
Step 3: Install the downloaded file by using the below command
# sudo dpkg -i wingide6_6.1.5-1_amd64.deb
Step 4: If an error comes, use the below command to install dependencies
# sudo apt-get -f install
Step 5: Again use a command which you use in step 3. This time it executes without any error.
# sudo dpkg -i wingide6_6.1.5-1_amd64.deb
Step 5 completes the installation. You can start WingIDE Pro by searching "Wing Pro" on Kali.
You can use the full Wing Python IDE Pro version for 30 days trial.
Subscribe us to receive more such articles updates in your email.
If you have any questions, feel free to ask in the comments section below. Nothing gives me greater joy than helping my readers!
Disclaimer: This tutorial is for educational purpose only. Individual is solely responsible for any illegal act.
where to create wingware.pub folder in linux canu u pls suggest in detail ??