How to Install and Uninstall golang-github-jmoiron-sqlx-devel.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "golang-github-jmoiron-sqlx-devel.noarch" package

Please follow the step by step instructions below to install golang-github-jmoiron-sqlx-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-jmoiron-sqlx-devel.noarch

2. Uninstall "golang-github-jmoiron-sqlx-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-jmoiron-sqlx-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-jmoiron-sqlx-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-jmoiron-sqlx-devel.noarch package on Fedora 35

Last metadata expiration check: 2:10:07 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-jmoiron-sqlx-devel
Version : 1.3.5
Release : 1.fc35
Architecture : noarch
Size : 52 k
Source : golang-github-jmoiron-sqlx-1.3.5-1.fc35.src.rpm
Repository : updates
Summary : General purpose extensions to golang's database/sql
URL : https://github.com/jmoiron/sqlx
License : MIT
Description : Sqlx is a library which provides a set of extensions on Go's standard
: database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all
: leave the underlying interfaces untouched, so that their interfaces are a
: superset on the standard ones. This makes it relatively painless to integrate
: existing codebases using database/sql with sqlx.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jmoiron/sqlx