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

Last updated: September 21,2024

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

Please follow the step by step instructions below to install golang-github-puerkitobio-goquery-devel.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall golang-github-puerkitobio-goquery-devel.noarch on Fedora 34:

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

Last metadata expiration check: 0:54:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-puerkitobio-goquery-devel
Version : 1.6.1
Release : 2.fc34
Architecture : noarch
Size : 47 k
Source : golang-github-puerkitobio-goquery-1.6.1-2.fc34.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