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

Last updated: October 06,2024

1. Install "volk.i686" package

Please follow the instructions below to install volk.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install volk.i686

2. Uninstall "volk.i686" package

Please follow the instructions below to uninstall volk.i686 on Fedora 34:

$ sudo dnf remove volk.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:57:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : volk
Version : 2.5.0
Release : 1.fc34
Architecture : i686
Size : 458 k
Source : volk-2.5.0-1.fc34.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.