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

Last updated: November 29,2024

1. Install "golang-github-puerkitobio-goquery-devel.noarch" package

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

$ sudo dnf update $ sudo dnf install golang-github-puerkitobio-goquery-devel.noarch

2. Uninstall "golang-github-puerkitobio-goquery-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-puerkitobio-goquery-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-puerkitobio-goquery-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-puerkitobio-goquery-devel
Version : 1.8.1
Release : 1.fc39
Architecture : noarch
Size : 55 k
Source : golang-github-puerkitobio-goquery-1.8.1-1.fc39.src.rpm
Repository : fedora
Summary : Set of features similar to jQuery for the Go language
URL : https://github.com/PuerkitoBio/goquery
License : BSD-3-Clause
Description : Goquery brings a syntax and a set of features similar to jQuery to the Go
: language. It is based on Go's net/html package and the CSS Selector library
: cascadia. Since the net/html parser returns nodes, and not a full-featured DOM
: tree, jQuery's stateful manipulation functions (like height(), css(), detach())
: have been left off.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/PuerkitoBio/goquery