How To Install cocoalib on Fedora 36
Introduction
In this tutorial we learn how to install cocoalib
on Fedora 36.
What is cocoalib
The CoCoA C++ library offers functions to perform calculations in Computational Commutative Algebra, and some other related areas. The library is designed to be pleasant to use while offering good run-time performance.
We can use yum
or dnf
to install cocoalib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cocoalib.
Install cocoalib 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 cocoalib
using dnf
by running the following command:
sudo dnf -y install cocoalib
Install cocoalib 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 cocoalib
using yum
by running the following command:
sudo yum -y install cocoalib
How To Uninstall cocoalib on Fedora 36
To uninstall only the cocoalib
package we can use the following command:
sudo dnf remove cocoalib
cocoalib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/2f7e023d73dc1755ae854f30538624d2e2648f
/usr/lib/libcocoa.so.0
/usr/lib/libcocoa.so.0.0.0
/usr/share/doc/cocoalib
/usr/share/doc/cocoalib/README
/usr/share/licenses/cocoalib
/usr/share/licenses/cocoalib/COPYRIGHT-full-text
References
Summary
In this tutorial we learn how to install cocoalib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cocoalib on Fedora 36” linkTitle: “cocoalib” type: “docs” description: “In this tutorial we learn how to install cocoalib in Fedora 36. cocoalib is C++ library for computations in commutative algebra” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cocoalib-featured.png
Introduction
In this tutorial we learn how to install cocoalib
on Fedora 36.
What is cocoalib
The CoCoA C++ library offers functions to perform calculations in Computational Commutative Algebra, and some other related areas. The library is designed to be pleasant to use while offering good run-time performance.
We can use yum
or dnf
to install cocoalib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cocoalib.
Install cocoalib 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 cocoalib
using dnf
by running the following command:
sudo dnf -y install cocoalib
Install cocoalib 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 cocoalib
using yum
by running the following command:
sudo yum -y install cocoalib
How To Uninstall cocoalib on Fedora 36
To uninstall only the cocoalib
package we can use the following command:
sudo dnf remove cocoalib
cocoalib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/01cddde1759fe8fe95fbd24535d87a5e59ec98
/usr/lib64/libcocoa.so.0
/usr/lib64/libcocoa.so.0.0.0
/usr/share/doc/cocoalib
/usr/share/doc/cocoalib/README
/usr/share/licenses/cocoalib
/usr/share/licenses/cocoalib/COPYRIGHT-full-text
References
Summary
In this tutorial we learn how to install cocoalib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).