How to Install and Uninstall aws-apitools-cfn.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "aws-apitools-cfn.noarch" package

This guide let you learn how to install aws-apitools-cfn.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install aws-apitools-cfn.noarch

2. Uninstall "aws-apitools-cfn.noarch" package

Please follow the step by step instructions below to uninstall aws-apitools-cfn.noarch on Amazon Linux 2:

$ sudo yum remove aws-apitools-cfn.noarch $ sudo yum autoremove

3. Information about the aws-apitools-cfn.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : aws-apitools-cfn
Arch : noarch
Version : 1.0.12
Release : 2.amzn2
Size : 6.2 M
Repo : amzn2-core/2/x86_64
Summary : The command line interface to the AWS CloudFormation web service
URL : http://aws.amazon.com/cfn
License : Amazon Software License
Description : AWS CloudFormation gives developers and systems administrators an
: easy way to create and manage a collection of related AWS
: resources, provisioning and updating them in an orderly and
: predictable fashion.
:
: You can use AWS CloudFormation's sample templates or create your
: own templates to describe the AWS resources, and any associated
: dependencies or runtime parameters, required to run your
: application. You don't need to figure out the order in which AWS
: services need to be provisioned or the subtleties of how to make
: those dependencies work. CloudFormation takes care of this for
: you. Once deployed, you can modify and update the AWS resources in
: a controlled and predictable way allowing you to version control
: your AWS infrastructure in the same way as you version control
: your software.
:
: You can deploy and update a template and its associated collection
: of resources (called a stack) via the AWS Management Console,
: CloudFormation command line tools or APIs. CloudFormation is
: available at no additional charge, and you pay only for the AWS
: resources needed to run your applications.