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

Last updated: October 02,2024

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

This guide let you learn how to install golang-github-marten-seemann-qpack-devel.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall golang-github-marten-seemann-qpack-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 2:55:59 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-marten-seemann-qpack-devel
Version : 0.2.1
Release : 6.fc38
Architecture : noarch
Size : 42 k
Source : golang-github-marten-seemann-qpack-0.2.1-6.fc38.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