Table of Contents

Fedora Linux

See Fedora

Snippet from Wikipedia: Fedora Linux

Fedora Linux is a Linux distribution developed by the Fedora Project. It was originally developed in 2003 as a continuation of the Red Hat Linux project. It contains software distributed under various free and open-source licenses and aims to be on the leading edge of open-source technologies. It is now the upstream source for CentOS Stream and Red Hat Enterprise Linux.

Since the release of Fedora 21 in December 2014, three editions have been made available: personal computer, server and cloud computing. This was expanded to five editions for containerization and Internet of Things (IoT) as of the release of Fedora 37 in November 2022. A new version of Fedora Linux is released every six months.

As of February 2016, Fedora Linux has an estimated 1.2 million users, and is also the distribution used by Linus Torvalds, creator of the Linux kernel (as of May 2020).

$ sudo dnf install dnf-plugins-core -y

$ sudo dnf install snapd

https://snapcraft.io/docs/installing-snap-on-fedora


We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things:

sudo password for Linux username:

Last metadata expiration check: 3:29:49 ago on Sat 18 Sep 2021 05:23:15 PM PDT.

DNF Package dnf-plugins-core-4.0.19-1.fc34.noarch is already installed.

Dependencies resolved.

Nothing to do.

Complete!

command not found

$ sudo dnf upgrade -y

Last metadata expiration check: 3:30:12 ago on Sat 18 Sep 2021 05:23:15 PM PDT.

Dependencies resolved.

Package                             Arch   Version               Repo     Size

Installing:

Upgrading:

                                    noarch 1:1.30.6-1.fc34       updates  12 k
NetworkManager-libnm                x86_64 1:1.30.6-1.fc34       updates 1.6 M
NetworkManager-ppp                  x86_64 1:1.30.6-1.fc34       updates  35 k
NetworkManager-ssh                  x86_64 1.2.12-1.fc34         updates  69 k
NetworkManager-ssh-gnome            x86_64 1.2.12-1.fc34         updates  31 k
NetworkManager-team                 x86_64 1:1.30.6-1.fc34       updates  30 k
NetworkManager-wifi                 x86_64 1:1.30.6-1.fc34       updates 106 k
NetworkManager-wwan                 x86_64 1:1.30.6-1.fc34       updates  58 k
PackageKit                          x86_64 1.2.4-2.fc34          updates 601 k
PackageKit-command-not-found        x86_64 1.2.4-2.fc34          updates  23 k
PackageKit-glib                     x86_64 1.2.4-2.fc34          updates 156 k
PackageKit-gstreamer-plugin         x86_64 1.2.4-2.fc34          updates  18 k
PackageKit-gtk3-module              x86_64 1.2.4-2.fc34          updates  16 k

Installing Ansible

Installing Ansible on Fedora Linux - Installing Ansible on Fedora

$ sudo dnf install ansible -y

sudo password for Linux username:

Last metadata expiration check: 1:41:48 ago on Sat 18 Sep 2021 08:59:09 PM PDT.

Dependencies resolved.

Package - Architecture - Version - Repository - Size

Installing:

Installing dependencies:

Installing weak dependencies:

Transaction Summary

Install 14 Packages

Total download size: 23 M

Installed size: 130 M

Downloading Packages:


Total 7.4 MB/s | 23 MB 00:03

Running transaction check

Transaction check succeeded.

Running transaction test

Transaction test succeeded.

Running transaction

Installed:

Complete!