• Latest
  • Trending
  • All
  • cPanel

How to Install Python 3.9 on Ubuntu 22.04

May 21, 2022

Threat Spotlight: Malicious HTML attachments

June 28, 2022

How to Build a Website Using Patterns in WordPress FSE – InMotion Hosting Support Center

June 27, 2022

EmoCheck – Emotet Detection Tool For Windows OS

June 27, 2022

Quickpost: Cracking PDF Owner Passwords

June 27, 2022

Sealighter – Easy ETW Tracing for Security Research

June 26, 2022

10 Best Linux Games for Free 2022

June 26, 2022
Tutorial
  • cPanel
  • News
  • Technology
    • Coding
    • Hosting
    • Gadgets
  • Cyber Security
No Result
View All Result
Tutorial
  • cPanel
  • News
  • Technology
    • Coding
    • Hosting
    • Gadgets
  • Cyber Security
No Result
View All Result
Tutorial
No Result
View All Result
Home cPanel

How to Install Python 3.9 on Ubuntu 22.04

anchani by anchani
May 21, 2022
in cPanel
Reading Time: 12 mins read
274 18
A A
0
547
SHARES
3.6k
VIEWS
Share on FacebookShare on Twitter


Python is the most widely utilized high-level language that comprises applications ranging from normal scripts to complicated machine learning algorithms. It is known for its straightforward conversion to newer releases and its basic, easy-to-learn syntax, which enhances readability and also reduces software maintenance costs.

More specifically, Python 3.9 is embedded with new syntax, built-in, standard library features, new library modules, and Interpreter improvements.

This write-up will discuss the procedure to install Python 3.9 on Ubuntu 22.04 using two different methods. So, let’s start!

How to Install Python 3.9 on Ubuntu 22.04 using APT

To install Python on Ubuntu 22.04 with APT, you must follow the below-given step-by-step instructions.

Step 1: Update system repositories
Press “CTRL+ALT+T” to open the terminal of the Ubuntu 22.04 and run the below-given command to update system repositories:

Step 2: Install prerequisite package
The next step is about the installation of the “software-properties-common” package:

$ sudo apt install software-properties-common

Step 3: Add “deadsnakes” PPA
After fulfilling all of the prerequisites, move ahead and add the “deadsnakes” PPA to your system source list:

$ sudo add-apt-repository ppa:deadsnakes/ppa

Step 4: Python 3.9 installation on Ubuntu 22.04
Now, execute the below-given command for installation of Python 3.9 on your Ubuntu 22.04 system:

$ sudo apt install python3.9

Enter “y” to permit the installation process to continue:

Step 5: Verify Python version
Lastly, execute the “python3.9” command with the “–version” option to verify the installed version of Python:

As you can see, the given output signifies that we have successfully installed Python 3.9 on our Ubuntu 22.04:

Now, let’s check out the second method for the installation of Python 3.9 on Ubuntu 22.04.

How to install Python 3.9 on Ubuntu 22.04 from source

Installing Python from source has its advantages as it permits you to install the most latest Python version and tweak the build options. To avail this method, follow the below-given procedure.

Step 1: Install required dependencies
Firstly, utilize the given command for the installation of the required dependencies for Python 3.9:

$ sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev -y

After executing the above command, wait for a few minutes:

Step 2: Download compressed Python 3.9 package
Next, utilize the below-given “wget” command for downloading Python 3.9 compressed package:

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

Step 3: Extract Python 3.9 package
Now, use the “tar” command to extract the content of the Python 3.9 downloaded compressed file:

$ tar -xvf Python-3.9.7.tgz

Step 4: Start building Python 3.9
To start building Python 3.9 on your Ubuntu 22.04 system, firstly, move to the “Python-3.9.7/” directory by utilizing the “cd” command:

Then, start the “configure” script and add the “–enable-optimizations” option for optimizing the Python binary:

$ ./configure –enable-optimizations

After doing so, execute the “make” command for starting the Python 3.9 building process:

After completing the build process, write out the following command for installing the Python 3.9 binaries:

Step 5: Verify Python version
Now, execute the “python3.9” command with the “–version” option to verify the installed version of Python:

As you can see, the given output signifies that we have successfully installed Python 3.9 on our Ubuntu 22.04:

How to remove Python 3.9 from Ubuntu 22.04

To remove Python 3.9 from Ubuntu 22.04, type out the following command:

$ sudo apt-get remove python3.9

We have compiled two different methods for installing Python 3.9 on Ubuntu 22.04.

Conclusion

To install Python 3.9 on Ubuntu 22.04, you can use both APT and compressed Python 3.9 source file. By using APT, firstly, install the prerequisites and execute the “$ sudo apt install python3.9” command. While installing Python 3.9 from source, you have to download and install the Python 3.9 package and then build the Python binaries. This write-up discussed two methods for the installation of Python 3.9 on Ubuntu 22.04.



Source link

Previous Post

How to install SQLite 3 in Ubuntu 22.04

Next Post

How to Install Docker on Ubuntu 22.04

anchani

anchani

Related Posts

cPanel

How to Build a Website Using Patterns in WordPress FSE – InMotion Hosting Support Center

June 27, 2022
cPanel

10 Best Linux Games for Free 2022

June 26, 2022
cPanel

How to Find HP Laptop Battery Model Number

June 26, 2022
Next Post

How to Install Docker on Ubuntu 22.04

Tetanus - Mythic C2 Agent Targeting Linux And Windows Hosts Written In Rust

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You might also like

Threat Spotlight: Malicious HTML attachments

June 28, 2022

How to Build a Website Using Patterns in WordPress FSE – InMotion Hosting Support Center

June 27, 2022

EmoCheck – Emotet Detection Tool For Windows OS

June 27, 2022

Quickpost: Cracking PDF Owner Passwords

June 27, 2022

Sealighter – Easy ETW Tracing for Security Research

June 26, 2022

10 Best Linux Games for Free 2022

June 26, 2022
Host Help

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

  • Home
  • cPanel
  • Technology
  • Gadget
  • Design

© 2022 HostHelp.org -Tutorials for your hosting solutions HostHelp.org.

No Result
View All Result
  • cPanel
  • News
  • Technology
    • Coding
    • Hosting
    • Gadgets
  • Cyber Security

© 2022 HostHelp.org -Tutorials for your hosting solutions HostHelp.org.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In