How to Install and Uninstall golang-github-data-dog-txdb-devel.noarch Package on Fedora 35

Last updated: October 10,2024

1. Install "golang-github-data-dog-txdb-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-data-dog-txdb-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-data-dog-txdb-devel.noarch

2. Uninstall "golang-github-data-dog-txdb-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-data-dog-txdb-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-data-dog-txdb-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-data-dog-txdb-devel.noarch package on Fedora 35

Last metadata expiration check: 2:33:28 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-data-dog-txdb-devel
Version : 0.1.3
Release : 4.fc35
Architecture : noarch
Size : 17 k
Source : golang-github-data-dog-txdb-0.1.3-4.fc35.src.rpm
Repository : fedora
Summary : Immutable transaction isolated SQL driver for Go
URL : https://github.com/DATA-DOG/go-txdb
License : BSD
Description : Package Txdb is a single transaction based database SQL driver. When the
: connection is opened, it starts a transaction and all operations performed on
: this sql.DB will be within that transaction. If concurrent actions are
: performed, the lock is acquired and connection is always released the statements
: and rows are not holding the connection.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/DATA-DOG/go-txdb