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

Last updated: July 05,2024

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

This tutorial shows how to install golang-github-chi-cors-devel.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall golang-github-chi-cors-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:41:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-chi-cors-devel
Version : 1.2.0
Release : 1.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-chi-cors-1.2.0-1.fc34.src.rpm
Repository : updates
Summary : CORS net/http middleware for Go
URL : https://github.com/go-chi/cors
License : MIT
Description : go-chi/cors is a fork of github.com/rs/cors that
: provides a net/http compatible middleware for
: performing pref-light CORS checks on the server
: side. These headers are required for using the
: browser native Fetch API.
:
: This middleware is designed to be used as a
: top-level middleware on the chi router.
: Applying with within a r.Group() or using With()
: will not work without routes matching OPTIONS added.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/go-chi/cors