How To Install Python 3.4 On Ubuntu 13.10,12.10,12.04, Linux Mint 16,14,13 And Elementary OS 0.2

Hello Linux Geeksters. Python 3.4.0 has been recently released, coming with a new changes. Among others, it got new library modules, improved the existing library modules and other enhancements. For more information about this release, see the changelog.

Watch Free Movies

 how to install Python 3.4 on Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.

In this article I will show you how to install Python 3.4 on Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.

Python 3.4.0 will be soon added to the PPA, so installing it is easy. All you have to do is add the ppa to your system, update the local repository index and install the python3.4 package. Like this:

$ sudo add-apt-repository ppa:fkrull/deadsnakes
$ sudo apt-get update
$ sudo apt-get install python3.4

Scroll to Top