How To Install fizz on Fedora 36
Introduction
In this tutorial we learn how to install fizz
on Fedora 36.
What is fizz
Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest. Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest.
We can use yum
or dnf
to install fizz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fizz.
Install fizz on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fizz
using dnf
by running the following command:
sudo dnf -y install fizz
Install fizz on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fizz
using yum
by running the following command:
sudo yum -y install fizz
How To Uninstall fizz on Fedora 36
To uninstall only the fizz
package we can use the following command:
sudo dnf remove fizz
fizz Package Contents on Fedora 36
/usr/bin/fizz
/usr/bin/fizz-bogoshim
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/062356f6a6357a87fe59a3b002f93601ffe34f
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/39d5d9c8c4fbbb6ccdea332a5be6f2c0bc49e2
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/da31d3fd482ff2119042322476c56750ba45ce
/usr/lib64/libfizz.so.2022.03.14.00
/usr/share/licenses/fizz
/usr/share/licenses/fizz/LICENSE
References
Summary
In this tutorial we learn how to install fizz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fizz on Fedora 36” linkTitle: “fizz” type: “docs” description: “In this tutorial we learn how to install fizz in Fedora 36. fizz is A C++14 implementation of the TLS-1.3 standard” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fizz-featured.png
Introduction
In this tutorial we learn how to install fizz
on Fedora 36.
What is fizz
Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest. Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest.
We can use yum
or dnf
to install fizz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fizz.
Install fizz on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fizz
using dnf
by running the following command:
sudo dnf -y install fizz
Install fizz on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fizz
using yum
by running the following command:
sudo yum -y install fizz
How To Uninstall fizz on Fedora 36
To uninstall only the fizz
package we can use the following command:
sudo dnf remove fizz
fizz Package Contents on Fedora 36
/usr/bin/fizz
/usr/bin/fizz-bogoshim
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/820e51ba5283828e43da1aa4987d500f2b697e
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/ac5d15b4096494b3e98dd3da021872a4160731
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/a967b874e516e78d6eb22930f4c4e0d55e8f2b
/usr/lib/libfizz.so.2022.03.14.00
/usr/share/licenses/fizz
/usr/share/licenses/fizz/LICENSE
References
Summary
In this tutorial we learn how to install fizz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).