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

Last updated: November 26,2024

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

Here is a brief guide to show you how to install golang-github-chi-devel.noarch on Fedora 39

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

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

This tutorial shows how to uninstall golang-github-chi-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:22:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-chi-devel
Epoch : 1
Version : 5.0.4
Release : 5.fc39
Architecture : noarch
Size : 110 k
Source : golang-github-chi-5.0.4-5.fc39.src.rpm
Repository : fedora
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