Skip to content

Instantly share code, notes, and snippets.

@thiskevinwang
Created December 4, 2022 21:20
Show Gist options
  • Save thiskevinwang/a6b7de482b3917af257c9e63b0988047 to your computer and use it in GitHub Desktop.
Save thiskevinwang/a6b7de482b3917af257c9e63b0988047 to your computer and use it in GitHub Desktop.
[ec2-user@ip-172-31-89-170]~% sudo yum repolist
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
repo id repo name status
!amzn2-core/2/aarch64 Amazon Linux 2 core repository 20,542
amzn2extra-docker/2/aarch64 Amazon Extras repo for docker 66
amzn2extra-kernel-5.10/2/aarch64 Amazon Extras repo for kernel-5.10 213
hashicorp/aarch64 Hashicorp Stable - aarch64 274
repolist: 21,095
[ec2-user@ip-172-31-89-170]~% sudo yum search nomad
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
========================================================================= N/S matched: nomad =========================================================================
nomad.aarch64 : Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and
: non-containerized applications.
nomad-autoscaler.aarch64 : Nomad Autoscaler brings autoscaling to your Nomad workloads.
nomad-autoscaler-enterprise.aarch64 : Nomad Autoscaler brings autoscaling to your Nomad workloads.
nomad-enterprise.aarch64 : Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and
: non-containerized applications.
consul-esm.aarch64 : Template rendering, notifier, and supervisor for @hashicorp Consul, Nomad and Vault data.
consul-template.aarch64 : Template rendering, notifier, and supervisor for @hashicorp Consul, Nomad and Vault data.
envconsul.aarch64 : Template rendering, notifier, and supervisor for @hashicorp Consul, Nomad and Vault data.
levant.aarch64 : Levant is a templating and deployment tool for HashiCorp Nomad
Name and summary matches only, use "search all" for everything.
[ec2-user@ip-172-31-89-170]~% sudo yum search terraform
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
======================================================================= N/S matched: terraform =======================================================================
consul-terraform-sync.aarch64 : Consul-Terraform-Sync is a service-oriented tool for managing network infrastructure near real-time.
consul-terraform-sync-enterprise.aarch64 : Consul-Terraform-Sync is a service-oriented tool for managing network infrastructure near real-time.
Name and summary matches only, use "search all" for everything.
[ec2-user@ip-172-31-89-170]~% sudo yum -y install terraform
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
amzn2-core | 3.7 kB 00:00:00
No package terraform available.
Error: Nothing to do
[ec2-user@ip-172-31-89-170]~%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment