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

Last updated: October 05,2024

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

Here is a brief guide to show you how to install golang-github-data-dog-txdb-devel.noarch on Fedora 34

$ 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 instructions below to uninstall golang-github-data-dog-txdb-devel.noarch on Fedora 34:

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

Last metadata expiration check: 5:15:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-data-dog-txdb-devel
Version : 0.1.3
Release : 3.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-data-dog-txdb-0.1.3-3.fc34.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