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

Last updated: September 28,2024

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

Learn how to install golang-github-chi-cors-devel.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall golang-github-chi-cors-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 0:48:54 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-chi-cors-devel
Version : 1.2.0
Release : 2.fc35
Architecture : noarch
Size : 17 k
Source : golang-github-chi-cors-1.2.0-2.fc35.src.rpm
Repository : fedora
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