How To Install clipsmm on Fedora 36

In this tutorial we learn how to install clipsmm in Fedora 36. clipsmm is C++ interface to the CLIPS expert system C library

Introduction

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

What is clipsmm

The clipsmm library provides a C++ interface to the CLIPS C library. CLIPS (C Language Integrated Production System) is an expert system development tool which provides a complete environment for the construction of rule and/or object based expert systems. Created in 1985 by NASA at the Johnson Space Center, CLIPS is now widely used throughout the government, industry, and academia.

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

Install clipsmm 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 clipsmm using dnf by running the following command:

sudo dnf -y install clipsmm

Install clipsmm 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 clipsmm using yum by running the following command:

sudo yum -y install clipsmm

How To Uninstall clipsmm on Fedora 36

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

sudo dnf remove clipsmm

clipsmm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/e0623873e2250ad656403cf5a3192cc580361e
/usr/lib64/libclipsmm.so.0
/usr/lib64/libclipsmm.so.0.2.0
/usr/share/doc/clipsmm
/usr/share/doc/clipsmm/AUTHORS
/usr/share/doc/clipsmm/COPYING

References

Summary

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


title: “How To Install clipsmm on Fedora 36” linkTitle: “clipsmm” type: “docs” description: “In this tutorial we learn how to install clipsmm in Fedora 36. clipsmm is C++ interface to the CLIPS expert system C library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/clipsmm-featured.png

Introduction

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

What is clipsmm

The clipsmm library provides a C++ interface to the CLIPS C library. CLIPS (C Language Integrated Production System) is an expert system development tool which provides a complete environment for the construction of rule and/or object based expert systems. Created in 1985 by NASA at the Johnson Space Center, CLIPS is now widely used throughout the government, industry, and academia.

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

Install clipsmm 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 clipsmm using dnf by running the following command:

sudo dnf -y install clipsmm

Install clipsmm 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 clipsmm using yum by running the following command:

sudo yum -y install clipsmm

How To Uninstall clipsmm on Fedora 36

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

sudo dnf remove clipsmm

clipsmm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/48775c520ca9cf2b373193e98a09e4855dea16
/usr/lib/libclipsmm.so.0
/usr/lib/libclipsmm.so.0.2.0
/usr/share/doc/clipsmm
/usr/share/doc/clipsmm/AUTHORS
/usr/share/doc/clipsmm/COPYING

References

Summary

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