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

Last updated: November 30,2024

1. Install "volk.x86_64" package

Here is a brief guide to show you how to install volk.x86_64 on Fedora 39

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

$ sudo dnf remove volk.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:19:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : volk
Version : 3.0.0
Release : 4.fc39
Architecture : x86_64
Size : 493 k
Source : volk-3.0.0-4.fc39.src.rpm
Repository : updates
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.