How to Install and Uninstall volk.x86_64 Package on Fedora 36

Last updated: October 01,2024

1. Install "volk.x86_64" package

Please follow the guidance below to install volk.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install volk.x86_64

2. Uninstall "volk.x86_64" package

Please follow the steps below to uninstall volk.x86_64 on Fedora 36:

$ sudo dnf remove volk.x86_64 $ sudo dnf autoremove

3. Information about the volk.x86_64 package on Fedora 36

Last metadata expiration check: 0:02:34 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : volk
Version : 2.5.0
Release : 3.fc36
Architecture : x86_64
Size : 494 k
Source : volk-2.5.0-3.fc36.src.rpm
Repository : fedora
Summary : The Vector Optimized Library of Kernels
URL : https://github.com/gnuradio/volk
License : GPLv3+
Description : VOLK is the Vector-Optimized Library of Kernels. It is a library that contains
: kernels of hand-written SIMD code for different mathematical operations.
: Since each SIMD architecture can be very different and no compiler has yet
: come along to handle vectorization properly or highly efficiently, VOLK
: approaches the problem differently. VOLK is a sub-project of GNU Radio.