как это контрить? хочу установить 3.10 удаляю 3.12 (не ебу как он установился я его не устанавливал) после удаления ввожу пайтон версия и показывает что он есть тоже самое и с 3.11 и 3.10 и более старшые версии не дают мне использывать именно 3.10 помогите пожалуйста root@itsjustspike:~# python3.12 --version Python 3.12.3 root@itsjustspike:~# sudo apt remove python3.12 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: apport-symptoms appstream bc distro-info distro-info-data eatmydata fdisk gdisk gir1.2-girepository-2.0 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 ieee-data iso-codes javascript-common libappstream5 libeatmydata1 libefiboot1t64 libefivar1t64 libexpat1-dev libgirepository-1.0-1 libglib2.0-bin libgstreamer1.0-0 libinih1 libjs-jquery libjs-sphinxdoc libjs-underscore libnetplan1 libnsl2 libpackagekit-glib2-18 libpython3-dev libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libpython3.12-dev libstemmer0d libyaml-0-2 netplan-generator packagekit packagekit-tools python-apt-common python-babel-localedata python3-minimal python3.10-minimal python3.12-minimal run-one Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: python3 python3-dev python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.12 python3.12-dev 0 upgraded, 0 newly installed, 8 to remove and 0 not upgraded. After this operation, 11.8 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 119410 files and directories currently installed.) Removing python3-dev (3.12.3-0ubuntu2) ... Removing python3-pip (24.0+dfsg-1ubuntu1.1) ... Removing python3-setuptools (68.1.2-2ubuntu1.1) ... Removing python3-pkg-resources (68.1.2-2ubuntu1.1) ... Removing python3-wheel (0.42.0-2) ... Removing python3.12-dev (3.12.3-1ubuntu0.3) ... Removing python3 (3.12.3-0ubuntu2) ... Removing python3.12 (3.12.3-1ubuntu0.3) ... Processing triggers for man-db (2.12.0-4build2) ... root@itsjustspike:~# python3.12 --version Python 3.12.3 root@itsjustspike:~# Python root@itsjustspike:~# python3.12 --version Python 3.12.3 root@itsjustspike:~# sudo apt remove python3.12 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: apport-symptoms appstream bc distro-info distro-info-data eatmydata fdisk gdisk gir1.2-girepository-2.0 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 ieee-data iso-codes javascript-common libappstream5 libeatmydata1 libefiboot1t64 libefivar1t64 libexpat1-dev libgirepository-1.0-1 libglib2.0-bin libgstreamer1.0-0 libinih1 libjs-jquery libjs-sphinxdoc libjs-underscore libnetplan1 libnsl2 libpackagekit-glib2-18 libpython3-dev libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libpython3.12-dev libstemmer0d libyaml-0-2 netplan-generator packagekit packagekit-tools python-apt-common python-babel-localedata python3-minimal python3.10-minimal python3.12-minimal run-one Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: python3 python3-dev python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.12 python3.12-dev 0 upgraded, 0 newly installed, 8 to remove and 0 not upgraded. After this operation, 11.8 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 119410 files and directories currently installed.) Removing python3-dev (3.12.3-0ubuntu2) ... Removing python3-pip (24.0+dfsg-1ubuntu1.1) ... Removing python3-setuptools (68.1.2-2ubuntu1.1) ... Removing python3-pkg-resources (68.1.2-2ubuntu1.1) ... Removing python3-wheel (0.42.0-2) ... Removing python3.12-dev (3.12.3-1ubuntu0.3) ... Removing python3 (3.12.3-0ubuntu2) ... Removing python3.12 (3.12.3-1ubuntu0.3) ... Processing triggers for man-db (2.12.0-4build2) ... root@itsjustspike:~# python3.12 --version Python 3.12.3 root@itsjustspike:~#
ItsJustSpike, sudo apt-get clean sudo apt-get autoremove --purge sudo apt-get remove python3.12 sudo apt-get autoremove