How to Install and Uninstall rtfilter.x86_64 Package on Fedora 39

Last updated: September 22,2024

1. Install "rtfilter.x86_64" package

Learn how to install rtfilter.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install rtfilter.x86_64

2. Uninstall "rtfilter.x86_64" package

Please follow the guidance below to uninstall rtfilter.x86_64 on Fedora 39:

$ sudo dnf remove rtfilter.x86_64 $ sudo dnf autoremove

3. Information about the rtfilter.x86_64 package on Fedora 39

Last metadata expiration check: 2:21:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rtfilter
Version : 1.3
Release : 1.fc39
Architecture : x86_64
Size : 35 k
Source : rtfilter-1.3-1.fc39.src.rpm
Repository : fedora
Summary : Realtime digital filtering functions for multichannel signals
URL : https://github.com/mmlabs-mindmaze/rtfilter
License : LGPL-3.0-only
Description : rtfilter provides a library written in C implementing realtime digital
: filtering functions for multichannel signals (i.e. filtering multiple
: signals with the same filter). It implements FIR, IIR filters and
: downsampler for float and double data type (both for real and complex
: valued signal). Additional functions are also provided to design few
: usual filters: Butterworth, Chebyshev, windowed sinc, analytical filter...
:
: One of the main differences from other libraries providing digital signal
: processing is that the filter functions have been specifically designed and
: optimized for multichannel signals (from few channels to several hundred).
: If data allows it, the library automatically switch to optimized SIMD
: (Single Instruction Multiple Data) code, allowing to reduce by 3~4 the time
: spent in processing the data.