Question
What Versions Of Python Are Available In Our System Repositories?
Answer
System repositories refer to the official repositories that are automatically available on your system when you first install a specific distribution. They vary from distribution to distribution and in most cases they only host the stable versions of most packages and not the most update-to-date ones and that also includes Python. If a certain version of Python, or any package, is not available in the official system repositories then you either need to manually install the version you wish to. This may include manually building the package from source, or installing a non-official repository.
- Ubuntu 20.04:
python2 2.7.17-2ubuntu4
python3 3.8.2-0ubuntu2
- Ubuntu 22.04:
python2.7 2.7.18-13ubuntu1.4
python3.10 3.10.12-1~22.04.7
- AlmaLinux 8:
python36-3.6.8-39.module_el8.10.0
- Rocky Linux 8:
python2-2.7.18-17.module+el8.10.0
python36-3.6.8-39.module+el8.10.0
- CloudLinux 8:
python2-2.7.18-17.module_el8.10
python36-3.6.8-39.module_el8.10.0
- AlmaLinux 9:
python3-3.9.16-1.el9_2.1
- Rocky Linux 9:
python3-3.9.18-3.el9_4.6
- ClouLinux 9:
python3.9-3.9.18-1.el9_3.1
Comments
0 comments
Article is closed for comments.