2to3

Automated Python 2 to 3 code conversion. More information: <https://docs.python.org/3/library/2to3.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y 2to3
Ubuntu
RUN apt-get update && \ apt-get install -y 2to3
Alpine
RUN apk add python
Arch Arch Linux
RUN pacman -S --noconfirm python
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y 2to3
CentOS
RUN yum install -y 2to3
Fedora
RUN dnf install -y python3-tools
Raspbian
RUN apt-get update && \ apt-get install -y python
click the source code to copy install 2to3 on any operating system with command-not-found.com