How to Install and Uninstall golang-github-googleapis-gnostic-devel-0.4.noarch Package on Fedora 36

Last updated: May 13,2024

1. Install "golang-github-googleapis-gnostic-devel-0.4.noarch" package

Please follow the instructions below to install golang-github-googleapis-gnostic-devel-0.4.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-googleapis-gnostic-devel-0.4.noarch

2. Uninstall "golang-github-googleapis-gnostic-devel-0.4.noarch" package

This guide let you learn how to uninstall golang-github-googleapis-gnostic-devel-0.4.noarch on Fedora 36:

$ sudo dnf remove golang-github-googleapis-gnostic-devel-0.4.noarch $ sudo dnf autoremove

3. Information about the golang-github-googleapis-gnostic-devel-0.4.noarch package on Fedora 36

Last metadata expiration check: 1:11:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-googleapis-gnostic-devel-0.4
Version : 0.4.2
Release : 4.fc36
Architecture : noarch
Size : 221 k
Source : golang-github-googleapis-gnostic-0.4-0.4.2-4.fc36.src.rpm
Repository : fedora
Summary : Compiler for APIs described by the OpenAPI Specification
URL : https://github.com/googleapis/gnostic
License : ASL 2.0
Description : This package contains a Go command line tool which converts JSON and YAML
: OpenAPI descriptions to and from equivalent Protocol Buffer representations.
:
: Protocol Buffers provide a language-neutral, platform-neutral, extensible
: mechanism for serializing structured data. gnostic's Protocol Buffer models for
: the OpenAPI Specification can be used to generate code that includes data
: structures with explicit fields for the elements of an OpenAPI description. This
: makes it possible for developers to work with OpenAPI descriptions in type-safe
: ways, which is particularly useful in strongly-typed languages like Go and
: Swift.
:
: gnostic reads OpenAPI descriptions into these generated data structures, reports
: errors, resolves internal dependencies, and writes the results in a binary form
: that can be used in any language that is supported by the Protocol Buffer tools.
: A plugin interface simplifies integration with API tools written in a variety of
: different languages, and when necessary, Protocol Buffer OpenAPI descriptions
: can be reexported as JSON or YAML.
:
: gnostic compilation code and OpenAPI Protocol Buffer models are automatically
: generated from an OpenAPI JSON Schema. Source code for the generator is in the
: generate-gnostic directory.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/googleapis/gnostic-0.4