How To Install CVector on Fedora 36

In this tutorial we learn how to install CVector in Fedora 36. CVector is ANSI C API for Dynamic Arrays

Introduction

In this tutorial we learn how to install CVector on Fedora 36.

What is CVector

CVector is an ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class.

We can use yum or dnf to install CVector on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install CVector.

Install CVector on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install CVector using dnf by running the following command:

sudo dnf -y install CVector

Install CVector on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install CVector using yum by running the following command:

sudo yum -y install CVector

How To Uninstall CVector on Fedora 36

To uninstall only the CVector package we can use the following command:

sudo dnf remove CVector

CVector Package Contents on Fedora 36

---
title: "How To Install CVector on Fedora 36"
linkTitle: "CVector"
type: "docs"
description: "In this tutorial we learn how to install CVector in Fedora 36. CVector is ANSI C API for Dynamic Arrays"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/CVector-featured.png
---

## Introduction

In this tutorial we learn how to install `CVector` on Fedora 36.

### What is `CVector`

> CVector is an ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class.  

We can use `yum` or `dnf` to install `CVector` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install CVector.

## Install CVector on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install CVector using dnf by running the following command:

sudo dnf -y install CVector

Install CVector on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install CVector using yum by running the following command:

sudo yum -y install CVector

How To Uninstall CVector on Fedora 36

To uninstall only the CVector package we can use the following command:

sudo dnf remove CVector

CVector Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/2f23024eaaaf52b1b313124523d3d6349c0603
/usr/lib/libCVector-1.0.3.so.2
/usr/lib/libCVector-1.0.3.so.2.0.0
/usr/share/doc/CVector
/usr/share/doc/CVector/README_CVector.html
/usr/share/doc/CVector/README_CVector.txt
/usr/share/doc/CVector/lgpl.txt

/usr/lib/.build-id /usr/lib/.build-id/06 /usr/lib/.build-id/06/2f1759f095e736be7d89d71ef07d33dac58d50 /usr/lib64/libCVector-1.0.3.so.2 /usr/lib64/libCVector-1.0.3.so.2.0.0 /usr/share/doc/CVector /usr/share/doc/CVector/README_CVector.html /usr/share/doc/CVector/README_CVector.txt /usr/share/doc/CVector/lgpl.txt

References

Summary



## References
In this tutorial we learn how to install `CVector` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).


* [CVector website](http://cvector.sourceforge.net/)

## Summary

In this tutorial we learn how to install `CVector` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).