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

Last updated: October 05,2024

1. Install "CVector.i686" package

This is a short guide on how to install CVector.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install CVector.i686

2. Uninstall "CVector.i686" package

This is a short guide on how to uninstall CVector.i686 on Fedora 34:

$ sudo dnf remove CVector.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:04:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : CVector
Version : 1.0.3.1
Release : 22.fc34
Architecture : i686
Size : 27 k
Source : CVector-1.0.3.1-22.fc34.src.rpm
Repository : fedora
Summary : ANSI C API for Dynamic Arrays
URL : http://cvector.sourceforge.net/
License : LGPLv2+
Description : CVector is an ANSI C implementation of dynamic arrays to provide a
: crude approximation to the C++ vector class.