How to Install and Uninstall golang-github-marten-seemann-qpack-devel.noarch Package on Fedora 39

Last updated: January 18,2025

1. Install "golang-github-marten-seemann-qpack-devel.noarch" package

This is a short guide on how to install golang-github-marten-seemann-qpack-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-marten-seemann-qpack-devel.noarch

2. Uninstall "golang-github-marten-seemann-qpack-devel.noarch" package

This is a short guide on how to uninstall golang-github-marten-seemann-qpack-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-marten-seemann-qpack-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-marten-seemann-qpack-devel.noarch package on Fedora 39

Last metadata expiration check: 0:38:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-marten-seemann-qpack-devel
Version : 0.2.1
Release : 7.fc39
Architecture : noarch
Size : 42 k
Source : golang-github-marten-seemann-qpack-0.2.1-7.fc39.src.rpm
Repository : fedora
Summary : A (minimal) QPACK implementation in Go
URL : https://github.com/marten-seemann/qpack
License : MIT
Description : This is a minimal QPACK implementation in Go. It is minimal in the sense that it
: doesn't use the dynamic table at all, but just the static table and (Huffman
: encoded) string literals. Wherever possible, it reuses code from the HPACK
: implementation in the Go standard library.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/marten-seemann/qpack