How to Install and Uninstall compat-golang-gopkg-ldap-3-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "compat-golang-gopkg-ldap-3-devel.noarch" package

Please follow the guidelines below to install compat-golang-gopkg-ldap-3-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-ldap-3-devel.noarch

2. Uninstall "compat-golang-gopkg-ldap-3-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall compat-golang-gopkg-ldap-3-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-gopkg-ldap-3-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-ldap-3-devel.noarch package on Fedora 34

Last metadata expiration check: 4:54:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-gopkg-ldap-3-devel
Version : 3.2.4
Release : 4.fc34
Architecture : noarch
Size : 7.9 k
Source : golang-github-ldap-3.2.4-4.fc34.src.rpm
Repository : fedora
Summary : Basic LDAP v3 functionality for the GO programming language
URL : https://github.com/go-ldap/ldap/v3
License : MIT
Description : Basic LDAP v3 functionality for the GO programming language.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/go-ldap/ldap/v3:
: – gopkg.in/ldap.v3
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/go-ldap/ldap/v3.