How To Install golang-github-marten-seemann-qtls-devel on Fedora 36

In this tutorial we learn how to install golang-github-marten-seemann-qtls-devel in Fedora 36. golang-github-marten-seemann-qtls-devel is Go standard library TLS 1.3 implementation, modified for QUIC

Introduction

In this tutorial we learn how to install golang-github-marten-seemann-qtls-devel on Fedora 36.

What is golang-github-marten-seemann-qtls-devel

Go standard library TLS 1.3 implementation, modified for QUIC. This package contains the source code needed for building packages that reference the following Go import paths – github.com/marten-seemann/qtls

We can use yum or dnf to install golang-github-marten-seemann-qtls-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-marten-seemann-qtls-devel.

Install golang-github-marten-seemann-qtls-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-marten-seemann-qtls-devel using dnf by running the following command:

sudo dnf -y install golang-github-marten-seemann-qtls-devel

Install golang-github-marten-seemann-qtls-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-marten-seemann-qtls-devel using yum by running the following command:

sudo yum -y install golang-github-marten-seemann-qtls-devel

How To Uninstall golang-github-marten-seemann-qtls-devel on Fedora 36

To uninstall only the golang-github-marten-seemann-qtls-devel package we can use the following command:

sudo dnf remove golang-github-marten-seemann-qtls-devel

golang-github-marten-seemann-qtls-devel Package Contents on Fedora 36

/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/marten-seemann
/usr/share/gocode/src/github.com/marten-seemann/qtls
/usr/share/gocode/src/github.com/marten-seemann/qtls/.goipath
/usr/share/gocode/src/github.com/marten-seemann/qtls/README.md
/usr/share/gocode/src/github.com/marten-seemann/qtls/alert.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/auth.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/auth_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/cipher_suites.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/common.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/conn.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/conn_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/example_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/generate_cert.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/go.mod
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_client.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_client_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_client_tls13.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_messages.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_messages_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_server.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_server_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_server_tls13.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/handshake_unix_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/key_agreement.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/key_schedule.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/key_schedule_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/mock_client_session_cache_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/prf.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/prf_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/record_layer_test.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/ticket.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/tls.go
/usr/share/gocode/src/github.com/marten-seemann/qtls/tls_test.go

References

Summary

In this tutorial we learn how to install golang-github-marten-seemann-qtls-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).