Recently, I updated my ubuntu version to 22.10. I researched online to install python old version in ubuntu 22.10.
sudo add-apt-repository ppa:deadsnakes/ppa
This command does not work 22.10. How can I install old python version?
Why I am going to install python old version is, already installed pgadmin is not working in Ubuntu 22.10 and solution is to install old python version according to my research.
It will be better how pgadmin can work again.