python 3.7 uninstall from amazon-linux2

0

I wanted to remove the python 3.7 version from my amazon-Linux completely and reinstall the python 3.9 version with yum commands

2개 답변
0
# Remove Python 3.7
sudo yum remove python3 -y

# Enable Amazon Linux Extras repository for Python 3.9
sudo amazon-linux-extras enable python3.9

# Clean the yum metadata cache
sudo yum clean metadata

# Install Python 3.9
sudo yum install python3.9 -y

# Check the installed Python version
python3 --version

profile picture
전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • Hi Sedat, I am experiencing "The operation would result in removing the following protected packages: dnf" with remove command. Adding --skip-broken option does not help either. Any workaround for that?

0

I am experiencing an execution error on Amazon EC2 using Linux 2 AMI

sudo amazon-linux-extras enable python3.9

Error

AWS
Krishna
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠