How to Install and Uninstall ls-qpack.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "ls-qpack.x86_64" package

Please follow the guidance below to install ls-qpack.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ls-qpack.x86_64

2. Uninstall "ls-qpack.x86_64" package

Please follow the guidelines below to uninstall ls-qpack.x86_64 on Fedora 39:

$ sudo dnf remove ls-qpack.x86_64 $ sudo dnf autoremove

3. Information about the ls-qpack.x86_64 package on Fedora 39

Last metadata expiration check: 4:24:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ls-qpack
Version : 2.5.3
Release : 1.fc39
Architecture : x86_64
Size : 101 k
Source : ls-qpack-2.5.3-1.fc39.src.rpm
Repository : updates
Summary : QPACK compression library for use with HTTP/3
URL : https://github.com/litespeedtech/ls-qpack
License : MIT
Description : ls-qpack is a full-featured, tested, and fast QPACK library. The QPACK
: encoder produces excellent compression results based on an innovative
: mnemonic technique. It boasts the fastest Huffman encoder and decoder.
:
: The library is production quality. It is used in OpenLiteSpeed,
: LiteSpeed Web Server, and LiteSpeed Web ADC.
:
: The library is robust:
: * The encoder does not assume anything about usual HTTP headers
: such as Server or User-Agent. Instead, it uses its mnemonic compression
: technique to achieve good compression results for any input.
: * The decoder uses modulo arithmetic to track dynamic table insertions. This
: is in contrast to all other QPACK implementations, which use an integer
: counter, meaning that at some point, the decoder will break.
: * The decoder processes input in streaming fashion. The caller does not have
: to buffer the contents of HTTP/3 HEADERS frame. Instead, the decoder can be
: supplied input byte-by-byte.