How to Install and Uninstall compat-golang-github-influxdata-roaring-devel.noarch Package on Fedora 36

Last updated: January 11,2025

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

This guide covers the steps necessary to install compat-golang-github-influxdata-roaring-devel.noarch on Fedora 36

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

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

Learn how to uninstall compat-golang-github-influxdata-roaring-devel.noarch on Fedora 36:

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

3. Information about the compat-golang-github-influxdata-roaring-devel.noarch package on Fedora 36

Last metadata expiration check: 4:22:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : compat-golang-github-influxdata-roaring-devel
Version : 0.5.5
Release : 4.fc36
Architecture : noarch
Size : 8.9 k
Source : golang-github-roaringbitmap-roaring-0.5.5-4.fc36.src.rpm
Repository : fedora
Summary : Go version of the Roaring bitmap data structure
URL : https://github.com/RoaringBitmap/roaring
License : ASL 2.0
Description : This is a go version of the Roaring bitmap data structure.
:
: Roaring bitmaps are used by several major systems such as Apache Lucene and
: derivative systems such as Solr and Elasticsearch, Metamarkets' Druid,
: LinkedIn Pinot, Netflix Atlas, Apache Spark, OpenSearchServer, Cloud Torrent,
: Whoosh, Pilosa, Microsoft Visual Studio Team Services (VSTS), and
: eBay's Apache Kylin.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/RoaringBitmap/roaring:
: – github.com/influxdata/roaring
:
: 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/RoaringBitmap/roaring.