I am brazilian and I will reponder original portuguese and english here. Resolved.
Because of this bug I saw that python3.13-minimal installation on Ubuntu where the package is not installed due to a conflict over the /usr/bin/python3.13 file with python3.10 version. I saw which libraries I was with prolbemas and this part was more difficult to figure out which ones to overwrite: python3.13_3.13.1-1+noble1_amd64 libpython3.13-stdlib_3.13.1-1+noble1_amd64 So I forced packet overlay and updated the system. sudo dpkg - i - force-overwrite /var/cache/apt/archives/python3.13_3.13.1-1+noble1_amd64.deb sudo dpkg - i - force-overwrite /var/cache/apt/archives/libpython3.13-stdlib_3.13.1-1+noble1_amd64.deb sudo apt - fix - broken install sudo apt update sudo apt upgrade it worked Sou brasileiro e vou reponder portugues original e ingles aqui. Resolvi.. Por causa deste bug vi que instalação de python3.13-minimal no Ubuntu, onde o pacote não é instalado devido a um conflito sobre o /usr/bin/python3.13 arquivo com versao do python3.10. Vi quais bibliotecas que estava com prolbemas e esta parte foi mais dificil descobri quais sobrescrever: python3.13_3.13.1-1+noble1_amd64 libpython3.13-stdlib_3.13.1-1+noble1_amd64 Entao forcei sobreposicao de pacotes e atualizei o sistema.. deu certo. eis as linhas sudo dpkg -i --force-overwrite /var/cache/apt/archives/python3.13_3.13.1-1+noble1_amd64.deb sudo dpkg -i --force-overwrite /var/cache/apt/archives/libpython3.13-stdlib_3.13.1-1+noble1_amd64.deb sudo apt --fix-broken install sudo apt update sudo apt upgrade deu certo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091123 Title: python3.13-minimal 3.13.0-1+noble1 fails to install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.13/+bug/2091123/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
