Python is an open-source general-purpose interpreted programming language. Python is dynamically typed and garbage-collected. It is used to build all kinds of applications. Python consistently ranks as one of the most popular programming languages. Python was developed by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to ABC programming language. In this tutorial, you will learn how to install Python 3.9 on Ubuntu.

The current versions are 3.x while 2.x is no longer supported, since 2020. Python 3.9 is the latest major release of the Python language. Python 3.9 stable version has been released with several improvements and security updates and it includes many new features and optimizations. Now You are going to install Python 3.9 on Ubuntu.

Method 1: 

Installing Python 3.9 on Ubuntu Using Apt

To install Python 3.9 on Ubuntu using Ubuntu package manager apt.

 

sudo apt install software-properties-common

Step 1.  Configure deadsnakes PPA

Configure deadsnakes PPA to your system. To configure deadsnakes PPA to your system use the following command in termial. When prompted, hit [Enter]

sudo add-apt-repository ppa:deadsnakes/ppa

Step 2. After configuring deadsnakes PPA to your system. You can install Python 3.9 on Ubuntu. To install Python 3.9 use the following command in terminal.

sudo apt install python3.9

After installing Python 3.9 successfully. Now you check the installation and Python 3.9 Version by following commands in the terminal.

python3.9 --version
Python 3.9.5

Uninstall Python 3.9

If you to uninstall Python, Use the following command in terminal to uninstall Python.

sudo apt autoremove python3.9

See also

Company NameOpenCloseSize (₹-Cr)Rating
Cholamandalam Investment and Finance Company28 Jul3 Aug500
Power Finance Corporation21 Jul26 Jul500
Indiabulls Housing Finance10 Jul21 Jul200
Navi Finserv10 Jul13 Jul250
Edelweiss Financial Services4 Jul17 Jul300
IIFL Finance9 Jun22 Jun300
Indel Money6 Jun19 Jun50
Cholamandalam Investment and Finance Company25 Apr27 Apr500
Sakthi Finance17 Apr28 Apr100
Muthoot Fincorp12 Apr26 Apr150
Muthoot Finance12 Apr26 Apr75
Kosamattam Finance11 Apr25 Apr150
Edelweiss Financial Services6 Apr21 Apr200
Indiabulls Commercial Credit3 Apr19 Apr200
Indiabulls Housing Finance3 Mar17 Mar100
KLM Axiva Finvest20 Feb3 Mar125
Indore Municipal Corporation10 Feb14 Feb122
Muthoot Finance8 Feb3 Mar500
Incred Financial Services9 Jan27 Jan175
IIFL Finance6 Jan18 Jan1000
Indiabulls Commercial Credit5 Jan27 Jan200
Edelweiss Financial Services3 Jan23 Jan200
Muthoot Fincorp2 Jan27 Jan200
Sharing is Caring
Scroll to Top