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

Last updated: October 08,2024

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

Please follow the step by step instructions below to install golang-github-marten-seemann-qpack-devel.noarch on Fedora 35

$ 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 guidelines below to uninstall golang-github-marten-seemann-qpack-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:17:25 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-marten-seemann-qpack-devel
Version : 0.2.1
Release : 3.fc35
Architecture : noarch
Size : 42 k
Source : golang-github-marten-seemann-qpack-0.2.1-3.fc35.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