How To Install aws on Fedora 36
Introduction
In this tutorial we learn how to install aws
on Fedora 36.
What is aws
AWS is a complete framework to develop Web based applications. The main part of the framework is the embedded Web server. This small yet powerful Web server can be embedded into your application so your application will be able to talk with a standard Web browser Around this Web server a lot of services have been developed.
title: “How To Install aws on Fedora 36”
linkTitle: “aws”
type: “docs”
We can use yum
or dnf
to install aws
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aws.
description: “In this tutorial we learn how to install aws in Fedora 36. aws is Ada Web Server”
Install aws on Fedora 36 Using dnf
date: “2022-08-17”
lastmod: “2022-08-17”
Update yum database with dnf
using the following command.
#image: /images/fedora/36/aws-featured.png
---
sudo dnf makecache --refresh
Introduction
After updating yum database, We can install aws
using dnf
by running the following command:
In this tutorial we learn how to install aws
on Fedora 36.
### What is `aws`
sudo dnf -y install aws
AWS is a complete framework to develop Web based applications. The main part of the framework is the embedded Web server. This small yet powerful Web server can be embedded into your application so your application will be able to talk with a standard Web browser Around this Web server a lot of services have been developed.
Install aws on Fedora 36 Using yum
We can use yum
or dnf
to install aws
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aws.
Update yum database with yum
using the following command.
Install aws on Fedora 36 Using dnf
sudo yum makecache --refresh
Update yum database with dnf
using the following command.
After updating yum database, We can install `aws` using `yum` by running the following command:
sudo dnf makecache --refresh
```bash
sudo yum -y install aws
## How To Uninstall aws on Fedora 36
After updating yum database, We can install `aws` using `dnf` by running the following command:
To uninstall only the `aws` package we can use the following command:
```bash
```bash
sudo dnf -y install aws
sudo dnf remove aws
## aws Package Contents on Fedora 36
## Install aws on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install aws
using yum
by running the following command:
sudo yum -y install aws
How To Uninstall aws on Fedora 36
To uninstall only the aws
package we can use the following command:
sudo dnf remove aws
aws Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/daf1cd29f9c1d43b8046f6119cf96b8934d550
/usr/lib64/aws
/usr/lib64/aws/libaws-2020.so
/usr/lib64/libaws-2020.so
/usr/lib64/libaws_ssl-2020.so
/usr/share/licenses/aws
/usr/share/licenses/aws/COPYING3
References
Summary
In this tutorial we learn how to install aws
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/7e /usr/lib/.build-id/7e/212d17148a344790516bc8a621d206ff7c800b /usr/lib/aws /usr/lib/aws/libaws-2020.so /usr/lib/libaws-2020.so /usr/lib/libaws_ssl-2020.so /usr/share/licenses/aws /usr/share/licenses/aws/COPYING3
## References
* [aws website](http://libre.adacore.com/tools/aws)
## Summary
In this tutorial we learn how to install `aws` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).