How to Install and Uninstall gyp.noarch Package on CentOS Stream 9

Last updated: September 27,2024

1. Install "gyp.noarch" package

This guide covers the steps necessary to install gyp.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install gyp.noarch

2. Uninstall "gyp.noarch" package

Here is a brief guide to show you how to uninstall gyp.noarch on CentOS Stream 9:

$ sudo dnf remove gyp.noarch $ sudo dnf autoremove

3. Information about the gyp.noarch package on CentOS Stream 9

Last metadata expiration check: 2:28:33 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gyp
Version : 0.1
Release : 0.49.fcd686f1git.el9
Architecture : noarch
Size : 457 k
Source : gyp-0.1-0.49.fcd686f1git.el9.src.rpm
Repository : epel
Summary : Generate Your Projects
URL : https://gyp.gsrc.io
License : BSD-3-Clause
Description : GYP is a tool to generates native Visual Studio, Xcode and SCons
: and/or make build files from a platform-independent input format.
:
: Its syntax is a universal cross-platform build representation
: that still allows sufficient per-platform flexibility to accommodate
: irreconcilable differences.