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

Last updated: October 02,2024

1. Install "volk.i686" package

This tutorial shows how to install volk.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install volk.i686

2. Uninstall "volk.i686" package

This tutorial shows how to uninstall volk.i686 on Fedora 35:

$ sudo dnf remove volk.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : volk
Version : 2.5.0
Release : 2.fc35
Architecture : i686
Size : 457 k
Source : volk-2.5.0-2.fc35.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.