How to Install and Uninstall compat-golang-github-influxdata-influxdb-2-devel.noarch Package on Fedora 35

Last updated: September 21,2024

1. Install "compat-golang-github-influxdata-influxdb-2-devel.noarch" package

Please follow the guidance below to install compat-golang-github-influxdata-influxdb-2-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install compat-golang-github-influxdata-influxdb-2-devel.noarch

2. Uninstall "compat-golang-github-influxdata-influxdb-2-devel.noarch" package

Please follow the guidelines below to uninstall compat-golang-github-influxdata-influxdb-2-devel.noarch on Fedora 35:

$ sudo dnf remove compat-golang-github-influxdata-influxdb-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-influxdata-influxdb-2-devel.noarch package on Fedora 35

Last metadata expiration check: 1:17:49 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : compat-golang-github-influxdata-influxdb-2-devel
Version : 2.0.3
Release : 3.fc35~bootstrap
Architecture : noarch
Size : 27 k
Source : golang-github-influxdata-influxdb-2.0.3-3.fc35~bootstrap.src.rpm
Repository : fedora
Summary : Scalable datastore for metrics, events, and real-time analytics
URL : https://github.com/influxdata/influxdb
License : MIT
Description : InfluxDB is an open source time series platform. This includes APIs for storing
: and querying data, processing it in the background for ETL or monitoring and
: alerting purposes, user dashboards, and visualizing and exploring the data and
: more. The master branch on this repo now represents InfluxDB 2.0, which includes
: functionality for Kapacitor (background processing) and Chronograf (the UI). If
: you are looking for the 1.x line of releases, there are branches for each of
: those. InfluxDB 1.8 will be the next (and likely last) release in the 1.x line
: and the working branch is here.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/influxdata/influxdb:
: – github.com/influxdata/influxdb/v2
:
: 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/influxdata/influxdb.