How To Install vcglib on Fedora 36
Introduction
In this tutorial we learn how to install vcglib
on Fedora 36.
What is vcglib
The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.
We can use yum
or dnf
to install vcglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vcglib.
Install vcglib 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 vcglib
using dnf
by running the following command:
sudo dnf -y install vcglib
Install vcglib 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 vcglib
using yum
by running the following command:
sudo yum -y install vcglib
How To Uninstall vcglib on Fedora 36
To uninstall only the vcglib
package we can use the following command:
sudo dnf remove vcglib
vcglib Package Contents on Fedora 36
/usr/share/doc/vcglib
/usr/share/doc/vcglib/README.md
/usr/share/licenses/vcglib
/usr/share/licenses/vcglib/LICENSE.txt
References
Summary
In this tutorial we learn how to install vcglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install vcglib on Fedora 36” linkTitle: “vcglib” type: “docs” description: “In this tutorial we learn how to install vcglib in Fedora 36. vcglib is Visualization and Computer Graphics Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/vcglib-featured.png
Introduction
In this tutorial we learn how to install vcglib
on Fedora 36.
What is vcglib
The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.
We can use yum
or dnf
to install vcglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vcglib.
Install vcglib 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 vcglib
using dnf
by running the following command:
sudo dnf -y install vcglib
Install vcglib 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 vcglib
using yum
by running the following command:
sudo yum -y install vcglib
How To Uninstall vcglib on Fedora 36
To uninstall only the vcglib
package we can use the following command:
sudo dnf remove vcglib
vcglib Package Contents on Fedora 36
/usr/share/doc/vcglib
/usr/share/doc/vcglib/README.md
/usr/share/licenses/vcglib
/usr/share/licenses/vcglib/LICENSE.txt
References
Summary
In this tutorial we learn how to install vcglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).