您的位置:首页 > 游戏 > 游戏 > ubuntu commands

ubuntu commands

2024/11/15 17:16:45 来源:https://blog.csdn.net/weixin_49233333/article/details/139559613  浏览:    关键词:ubuntu commands

重新安装全部软件,会全部刷新info目录

sudo apt-get --reinstall install `dpkg --get-selections | grep '[[:space:]]install' | cut -f1`

如何安装python

sudo add-apt-repository ppa:deadsnakes/ppa

sudo apt update

sudo apt install python3.13

sudo apt install python3.12

sudo apt install python3.11
sudo apt install python3.10
sudo apt install python3.9
sudo apt install python3.8
sudo apt install python3.7
sudo apt install python3.6


ls -l /usr/bin/python*


python3 --version
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 2
sudo update-alternatives --config python3
python3 --version


sudo apt install python3 python3-pip libffi-dev

sudo pip3 install cffi

如何在 Ubuntu 中安装最新的 Python 版本_ubuntu 安装python3.11-CSDN博客

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com