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

Last updated: September 20,2024

1. Install "golang-github-chi-devel.noarch" package

Please follow the instructions below to install golang-github-chi-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-chi-devel.noarch

2. Uninstall "golang-github-chi-devel.noarch" package

This guide let you learn how to uninstall golang-github-chi-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-chi-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:23:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-chi-devel
Epoch : 1
Version : 5.0.3
Release : 1.fc34
Architecture : noarch
Size : 87 k
Source : golang-github-chi-5.0.3-1.fc34.src.rpm
Repository : updates
Summary : Lightweight, idiomatic and composable router for building Go HTTP services
URL : https://github.com/go-chi/chi
License : MIT
Description : Chi is a lightweight, idiomatic and composable router for building Go HTTP
: services. It's especially good at helping you write large REST API services that
: are kept maintainable as your project grows and changes. chi is built on the new
: context package introduced in Go 1.7 to handle signaling, cancelation and
: request-scoped values across a handler chain.
:
: The focus of the project has been to seek out an elegant and comfortable design
: for writing REST API servers, written during the development of the Pressly API
: service that powers our public API service, which in turn powers all of our
: client-side applications.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/go-chi/chi