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

Last updated: April 27,2024

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

This tutorial shows how to install golang-github-puerkitobio-goquery-devel.noarch on Fedora 35

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

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

Please follow the steps below to uninstall golang-github-puerkitobio-goquery-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:17:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-puerkitobio-goquery-devel
Version : 1.6.1
Release : 3.fc35
Architecture : noarch
Size : 47 k
Source : golang-github-puerkitobio-goquery-1.6.1-3.fc35.src.rpm
Repository : fedora
Summary : Set of features similar to jQuery for the Go language
URL : https://github.com/PuerkitoBio/goquery
License : BSD
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