How to Install and Uninstall fizz.x86_64 Package on Fedora 39

Last updated: October 06,2024

1. Install "fizz.x86_64" package

Here is a brief guide to show you how to install fizz.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install fizz.x86_64

2. Uninstall "fizz.x86_64" package

This tutorial shows how to uninstall fizz.x86_64 on Fedora 39:

$ sudo dnf remove fizz.x86_64 $ sudo dnf autoremove

3. Information about the fizz.x86_64 package on Fedora 39

Last metadata expiration check: 4:04:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : fizz
Version : 2023.10.16.00
Release : 1.fc39
Architecture : x86_64
Size : 862 k
Source : fizz-2023.10.16.00-1.fc39.src.rpm
Repository : updates
Summary : A C++14 implementation of the TLS-1.3 standard
URL : https://github.com/facebookincubator/fizz
License : BSD-3-Clause
Description : 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.