How to Install and Uninstall golang-github-soheilhy-cmux-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-soheilhy-cmux-devel.noarch" package

This tutorial shows how to install golang-github-soheilhy-cmux-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-soheilhy-cmux-devel.noarch

2. Uninstall "golang-github-soheilhy-cmux-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-soheilhy-cmux-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-soheilhy-cmux-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-soheilhy-cmux-devel.noarch package on Fedora 34

Last metadata expiration check: 0:00:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-soheilhy-cmux-devel
Version : 0.1.5
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : golang-github-soheilhy-cmux-0.1.5-1.fc34.src.rpm
Repository : updates
Summary : Connection multiplexer for Go: serve different services on the same port
URL : https://github.com/soheilhy/cmux
License : ASL 2.0
Description : Cmux is a generic Go library to multiplex connections based on their payload.
: Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, Go RPC, and pretty much any
: other protocol on the same TCP listener.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/soheilhy/cmux