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

Last updated: January 12,2025

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

Please follow the step by step instructions below to install compat-golang-github-influxdata-roaring-devel.noarch on Fedora 38

$ 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 38:

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

Last metadata expiration check: 4:02:09 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-influxdata-roaring-devel
Version : 0.5.5
Release : 6.fc38
Architecture : noarch
Size : 8.8 k
Source : golang-github-roaringbitmap-roaring-0.5.5-6.fc38.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.