How to Install and Uninstall Vc-devel Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "Vc-devel" package

This tutorial shows how to install Vc-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install Vc-devel

2. Uninstall "Vc-devel" package

In this section, we are going to explain the necessary steps to uninstall Vc-devel on openSuSE Tumbleweed:

$ sudo zypper remove Vc-devel

3. Information about the Vc-devel package on openSuSE Tumbleweed

Information for package Vc-devel:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Vc-devel
Version : 1.4.4-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : Vc-1.4.4-1.2.src
Upstream URL : https://github.com/VcDevel/Vc/
Summary : Development Files for Vc
Description :
Vc is a free software library to ease explicit vectorization of C++ code. It
has an intuitive API and provides portability between different compilers and
compiler versions as well as portability between different vector instruction
sets.
This package provides development headers needed to build software using Vc.