GNU/Linux >> Tutoriels Linux >  >> Linux

Comment mettre à niveau l'AWS CLI vers la dernière version ?

Depuis http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-with-pip

Pour mettre à niveau une installation AWS CLI existante, utilisez l'option --upgrade :

pip install --upgrade awscli

Sous Linux et MacOS X, voici les trois commandes qui correspondent à chaque étape :

$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
$ unzip awscli-bundle.zip
$ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

Linux
  1. Comment mettre à niveau Fedora Linux vers la dernière version

  2. Comment mettre à niveau Sendmail vers la dernière version sur CentOS

  3. Comment mettre à niveau l'Eol 16.10 vers une nouvelle version ? ?

  4. Comment mettre à niveau la version PHP vers PHP 8.0 sur Ubuntu

  5. Comment réinstaller la dernière version de cmake ?

Comment installer la dernière version d'Eclipse sur Ubuntu

Comment obtenir la dernière version de vim sur Ubuntu 20.04 ?

Comment mettre à jour FreeBSD 12 vers 13

Comment installer la dernière version de l'éditeur de texte nano

Comment mettre à niveau Apache vers la dernière version sur Ubuntu 20.04

Comment installer la dernière version de GCC sur Ubuntu 20.04 ?