How To Install clipsmm-devel on Fedora 36

In this tutorial we learn how to install clipsmm-devel in Fedora 36. clipsmm-devel is Headers for developing C++ applications with CLIPS

Introduction

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

What is clipsmm-devel

This package contains the libraries and header files needed for developing clipsmm applications. clipsmm 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-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clipsmm-devel.

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

sudo dnf -y install clipsmm-devel

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

sudo yum -y install clipsmm-devel

How To Uninstall clipsmm-devel on Fedora 36

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

sudo dnf remove clipsmm-devel

clipsmm-devel Package Contents on Fedora 36

---
title: "How To Install clipsmm-devel on Fedora 36"
linkTitle: "clipsmm-devel"
type: "docs"
description: "In this tutorial we learn how to install clipsmm-devel in Fedora 36. clipsmm-devel is Headers for developing C++ applications with CLIPS"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/clipsmm-devel-featured.png
---

## Introduction

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

### What is `clipsmm-devel`

> This package contains the libraries and header files needed for developing clipsmm applications.  clipsmm 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-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clipsmm-devel.

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

sudo dnf -y install clipsmm-devel

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

sudo yum -y install clipsmm-devel

How To Uninstall clipsmm-devel on Fedora 36

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

sudo dnf remove clipsmm-devel

clipsmm-devel Package Contents on Fedora 36

/usr/include/clipsmm-0.3
/usr/include/clipsmm-0.3/clipsmm
/usr/include/clipsmm-0.3/clipsmm.h
/usr/include/clipsmm-0.3/clipsmm/activation.h
/usr/include/clipsmm-0.3/clipsmm/any.h
/usr/include/clipsmm-0.3/clipsmm/clipsmm-config.h
/usr/include/clipsmm-0.3/clipsmm/defaultfacts.h
/usr/include/clipsmm-0.3/clipsmm/enum.h
/usr/include/clipsmm-0.3/clipsmm/environment.h
/usr/include/clipsmm-0.3/clipsmm/environmentobject.h
/usr/include/clipsmm-0.3/clipsmm/fact.h
/usr/include/clipsmm-0.3/clipsmm/factory.h
/usr/include/clipsmm-0.3/clipsmm/function.h
/usr/include/clipsmm-0.3/clipsmm/global.h
/usr/include/clipsmm-0.3/clipsmm/module.h
/usr/include/clipsmm-0.3/clipsmm/object.h
/usr/include/clipsmm-0.3/clipsmm/pointer.h
/usr/include/clipsmm-0.3/clipsmm/rule.h
/usr/include/clipsmm-0.3/clipsmm/template.h
/usr/include/clipsmm-0.3/clipsmm/utility.h
/usr/include/clipsmm-0.3/clipsmm/value.h
/usr/lib/libclipsmm.so
/usr/lib/pkgconfig/clipsmm-1.0.pc
/usr/share/doc/clipsmm-devel
/usr/share/doc/clipsmm-devel/ChangeLog

References

Summary

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

/usr/include/clipsmm-0.3 /usr/include/clipsmm-0.3/clipsmm /usr/include/clipsmm-0.3/clipsmm.h /usr/include/clipsmm-0.3/clipsmm/activation.h /usr/include/clipsmm-0.3/clipsmm/any.h /usr/include/clipsmm-0.3/clipsmm/clipsmm-config.h /usr/include/clipsmm-0.3/clipsmm/defaultfacts.h /usr/include/clipsmm-0.3/clipsmm/enum.h /usr/include/clipsmm-0.3/clipsmm/environment.h /usr/include/clipsmm-0.3/clipsmm/environmentobject.h /usr/include/clipsmm-0.3/clipsmm/fact.h /usr/include/clipsmm-0.3/clipsmm/factory.h /usr/include/clipsmm-0.3/clipsmm/function.h /usr/include/clipsmm-0.3/clipsmm/global.h /usr/include/clipsmm-0.3/clipsmm/module.h /usr/include/clipsmm-0.3/clipsmm/object.h /usr/include/clipsmm-0.3/clipsmm/pointer.h /usr/include/clipsmm-0.3/clipsmm/rule.h /usr/include/clipsmm-0.3/clipsmm/template.h /usr/include/clipsmm-0.3/clipsmm/utility.h /usr/include/clipsmm-0.3/clipsmm/value.h /usr/lib64/libclipsmm.so /usr/lib64/pkgconfig/clipsmm-1.0.pc /usr/share/doc/clipsmm-devel /usr/share/doc/clipsmm-devel/ChangeLog


## References

* [clipsmm-devel website](http://clipsmm.sourceforge.net)

## Summary

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