如何在 14.10 utopic 安裝 ec2-api-tools?

如何在 14.10 utopic 安裝 ec2-api-tools?
$ sudo apt-get install ec2-api-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ec2-api-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ec2-api-tools' has no installation candidate

我在哪裡可以獲得 ec2-api-tools?

https://help.ubuntu.com/community/EC2APITools看起來太老了。

https://help.ubuntu.com/community/EC2StartersGuide也顯得太老了。

我想 apt-get 安裝這些工具:http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-user

更新:更正了我想要的工具的連結。我想要基於 python 的工具,而不是基於 java 的工具。

答案1

抱歉回答自己的問題。

ec2-api-tools 已替換為 awscli。

我不記得 awscli 這個名字,因此我提出了這個問題。

如果 ec2-api-tools 虛擬包更新為指向 awscli 包,那就太好了。

$ sudo apt-get install awscli

答案2

可以搜尋一下

> apt search "Amazon Elastic Compute Cloud"
Sorting... Done
Full Text Search... Done
awscli/bionic,bionic 1.14.44-1ubuntu1 all
  Universal Command Line Environment for AWS

libnet-amazon-ec2-perl/bionic,bionic 0.35-1 all
  Perl interface to the Amazon Elastic Compute Cloud (EC2)

相關內容