Breaking News

How to install Python on Ubuntu/Linux? Steps to install Python for Ubuntu

How to install Python on Ubuntu/Linux? Steps to install Python for Ubuntu

Hey, this is Linux Dude.




Do you want to write programs in Python? Yes, then install it first using this article. Notice here you might have using different Operating System so, you have to make attention because installation is different from OS to OS.

Topic: How to install Python on Ubuntu/Linux? Steps to install Python for Ubuntu 

In this article you will find steps to install Python on Ubuntu/Linux using simple way. Let's follow these steps to install Python.

Steps are following:

Step 1: Goto/Open Official website of Python [click here to open] and find download section and click to find download releases.



Step 2: Now notice here you have option to download Python for different OS so, select appropriate link and click over it. Here i gona select Linux/Unix for Linux distros.



When you click on link a new page appears in front of you which has options for file to download in stable releases section so select appropriate. Here i gona select XZ Compressed file to download it. Remember for latest version. 



Step 3: Now you downloaded file so, follow me. Double-click over the file to extract it or right click and select extract option to extract it.

Open it now you have folder like shown above.

Step 4: Right click where you file no folders in this window and select Open in Terminal.


Step 5: Type ./configure and click Enter. When you click enter it starts processing. After ending process follow next step.

Step 6: Now Type make and click Enter.



Step 7: Type sudo make altinstall and click Enter. when you click enter it will ask for administrative password so, enter it and follow next step.


Step 8: Hey Congratulations, you installed it. Now  check is it installed it or not using command python3 --version .


So, guys hope you enjoyed this article. In the next article  you will find topic "How to install Python on windows Operating System?".

Your Dude: Tridev sharma

No comments