How to install the latest version of AWS command line tool on Ubuntu? May 6, 2019 Follow the steps: $ sudo apt update $ sudo apt install python python-pip $ sudo pip install awscli This will install a reasonably recent version of awscli, at least more recent than installing directly with $ sudo apt install awscli.