System Update

[1] Update system.

[root@localhost ~]# dnf update -y
==============================================================================================
 Package                          Arch          Version               Repo               Size
==============================================================================================
Upgrading:
 crypto-policies                  noarch        20200918-2.fx1        future             49 k
 gnutls                           x86_64        3.6.15-1.fx1          future            3.1 M
 gnutls-c++                       x86_64        3.6.15-1.fx1          future             65 k
 gnutls-dane                      x86_64        3.6.15-1.fx1          future             85 k
 gnutls-devel                     x86_64        3.6.15-1.fx1          future            2.2 M
 nettle                           x86_64        3.6-3.fx1             future            926 k
 nettle-devel                     x86_64        3.6-3.fx1             future            697 k
 openssh                          x86_64        8.4p1-1.1.fx1         future            895 k
 openssh-clients                  x86_64        8.4p1-1.1.fx1         future            748 k
 openssh-server                   x86_64        8.4p1-1.1.fx1         future            443 k
...
Installed:
   crypto-policies-3.6.15-1.fx1.noarch    gnutls-3.6.15-1.fx1.x86_64
   gnutls-c++-3.6.15-1.fx1.x86_64         gnutls-dane-3.6.15-1.fx1.x86_64
   gnutls-devel-3.6.15-1.fx1.x86_64       nettle-3.6-3.fx1.x86_64
   nettle-devel-3.6-3.fx1.x86_64          openssh-8.4p1-1.1.fx1.x86_64
   openssh-devel-8.4p1-1.1.fx1.x86_64     openssh-clients-8.4p1-1.1.fx1.x86_64
...
Complete!

[2] Install a software package.

[root@localhost ~]# dnf install nginx
Future 1 - x86_64                                            3.7 MB/s | 3.8 kB     00:00
Dependencies resolved.
==============================================================================================
 Package                          Arch          Version               Repo               Size
==============================================================================================
Installing:
 nginx                            x86_64        1:1.15.9-1.fx1        future            572 k
Installing dependencies:
 gperftools-libs                  x86_64        2.7-5.fx1             future            3.8 M
 nginx-mimetypes                  noarch        2.1.48-5.fx1          future             19 k

Transaction Summary
==============================================================================================
Install 3 Package

Total download size: 4.4 M
Installed size: 17 M
Is this ok? [y/N]: y            # y enter
...
Installed:
...
Complete!

[3] Remove a software package.

[root@localhost ~]# dnf remove qrencode
Dependencies resolved.
==============================================================================================
 Package                          Arch          Version               Repo               Size
==============================================================================================
Removing:
 qrencode                         x86_64        3.4.4-8.fx1           future             94 k

Transaction Summary
==============================================================================================
Remove 1 Package

Freed space: 94 k
Is this ok? [y/N]: y            # y enter
...
Removed:
...
Complete!

Flatpak:

If you are using Future OS Workstation, you may want to enable the flatpak repository. Flatpak is included by default in Future OS. However, its activation is left to the user's preference. To enable the Flatpak repository, open a terminal and run the following command.

[future@localhost ~]# flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Warning: You must be connected to the internet for the above command to work properly. For Flatpak use:

[future@localhost ~]# flatpak --help

or

[future@localhost ~]# man flatpak

You can use commands.

For more detailed information, read the documentation on flatpak's official site.