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

Last updated: November 27,2024

1. Install "volk.i686" package

This guide covers the steps necessary to install volk.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install volk.i686

2. Uninstall "volk.i686" package

Please follow the steps below to uninstall volk.i686 on Fedora 39:

$ sudo dnf remove volk.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:42:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : volk
Version : 3.0.0
Release : 4.fc39
Architecture : i686
Size : 470 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.