How To Install libmseed on Fedora 36

In this tutorial we learn how to install libmseed in Fedora 36. libmseed is A C library framework for manipulating and managing SEED data records

Introduction

In this tutorial we learn how to install libmseed on Fedora 36.

What is libmseed

The Mini-SEED library provides a framework for manipulation of SEED data records including the unpacking and packing of data records. Functionality is also included for managing waveform data as continuous traces. All structures of SEED 2.4 data records are supported with the following exceptions Blockette 2000 opaque data which has an unknown data structure by definition and Blockette 405 which depends on full SEED (SEED including full ASCII headers) for a full data description.

We can use yum or dnf to install libmseed on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmseed.

Install libmseed on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libmseed using dnf by running the following command:

sudo dnf -y install libmseed

Install libmseed on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libmseed using yum by running the following command:

sudo yum -y install libmseed

How To Uninstall libmseed on Fedora 36

To uninstall only the libmseed package we can use the following command:


title: “How To Install libmseed on Fedora 36” linkTitle: “libmseed” type: “docs” description: “In this tutorial we learn how to install libmseed in Fedora 36. libmseed is A C library framework for manipulating and managing SEED data records” date: “2022-08-17” lastmod: “2022-08-17”

#image: /images/fedora/36/libmseed-featured.png
sudo dnf remove libmseed
---

Introduction

libmseed Package Contents on Fedora 36

In this tutorial we learn how to install `libmseed` on Fedora 36.

### What is `libmseed`

> The Mini-SEED library provides a framework for manipulation of SEED data records including the unpacking and packing of data records. Functionality is also included for managing waveform data as continuous traces. All structures of SEED 2.4 data records are supported with the following exceptions Blockette 2000 opaque data which has an unknown data structure by definition and Blockette 405 which depends on full SEED (SEED including full ASCII headers) for a full data description.  

We can use `yum` or `dnf` to install `libmseed` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmseed.

## Install libmseed on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libmseed using dnf by running the following command:

sudo dnf -y install libmseed

Install libmseed on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libmseed using yum by running the following command:

sudo yum -y install libmseed

How To Uninstall libmseed on Fedora 36

To uninstall only the libmseed package we can use the following command:

sudo dnf remove libmseed

libmseed Package Contents on Fedora 36

/usr/bin/msrepack
/usr/bin/msview
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/5b365973a94ce41c3cef969759b27ec2d93583
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/e38a9e6dc6cbc03eda82ef31c534748b9b5260
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/27602a7f19dca9e9561d94c8f442fef0816773
/usr/lib/libmseed.so.2
/usr/lib/libmseed.so.2.19.5
/usr/share/doc/libmseed
/usr/share/doc/libmseed/ChangeLog
/usr/share/doc/libmseed/README.byteorder
/usr/share/doc/libmseed/README.md
/usr/share/licenses/libmseed
/usr/share/licenses/libmseed/LICENSE.txt

References

Summary

In this tutorial we learn how to install libmseed on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/msrepack /usr/bin/msview /usr/lib/.build-id /usr/lib/.build-id/65 /usr/lib/.build-id/65/fec842cb117fd1d20ed2d8d6f99b7cf4f01d14 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/7d23aa928d42ac67f29ce8ba3f0e0700794bed /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/395488c68078ea8818012b327b5b9dd7cd96e5 /usr/lib64/libmseed.so.2 /usr/lib64/libmseed.so.2.19.5 /usr/share/doc/libmseed /usr/share/doc/libmseed/ChangeLog /usr/share/doc/libmseed/README.byteorder /usr/share/doc/libmseed/README.md /usr/share/licenses/libmseed /usr/share/licenses/libmseed/LICENSE.txt


## References

* [libmseed website](https://www.iris.edu/ds/nodes/dmc/software/downloads/libmseed)

## Summary

In this tutorial we learn how to install `libmseed` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).