How To Install clips-libs on Fedora 36

In this tutorial we learn how to install clips-libs in Fedora 36. clips-libs is Run-time C libraries for CLIPS applications

Introduction

In this tutorial we learn how to install clips-libs on Fedora 36.

What is clips-libs

This package contains the run-time libraries needed for CLIPS applications. 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 clips-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clips-libs.

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

sudo dnf -y install clips-libs

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

sudo yum -y install clips-libs

How To Uninstall clips-libs on Fedora 36

To uninstall only the clips-libs package we can use the following command:

sudo dnf remove clips-libs

clips-libs Package Contents on Fedora 36

---
title: "How To Install clips-libs on Fedora 36"
linkTitle: "clips-libs"
type: "docs"
description: "In this tutorial we learn how to install clips-libs in Fedora 36. clips-libs is Run-time C libraries for CLIPS applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/clips-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `clips-libs` on Fedora 36.

### What is `clips-libs`

> This package contains the run-time libraries needed for CLIPS applications.  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 `clips-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clips-libs.

## Install clips-libs on Fedora 36 Using dnf

/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/bcd8f54cbc1e930d4f22ec99b552b32afea534
/usr/lib/libclips.so.2
/usr/lib/libclips.so.2.0.0
/usr/share/clips
/usr/share/clips/clips.hlp
/usr/share/doc/clips-libs
/usr/share/doc/clips-libs/COPYING_CLIPS_LINUX
/usr/share/doc/clips-libs/README_CLIPS_LINUX
Update yum database with `dnf` using the following command.

```bash

sudo dnf makecache –refresh



## References

After updating yum database, We can install `clips-libs` using `dnf` by running the following command:
* [clips-libs website](http://clipsrules.sourceforge.net)


```bash
## Summary
sudo dnf -y install clips-libs

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

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

sudo yum -y install clips-libs

How To Uninstall clips-libs on Fedora 36

To uninstall only the clips-libs package we can use the following command:

sudo dnf remove clips-libs

clips-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/90c6015a41a001891ed44a39dd02bf39f57dbe
/usr/lib64/libclips.so.2
/usr/lib64/libclips.so.2.0.0
/usr/share/clips
/usr/share/clips/clips.hlp
/usr/share/doc/clips-libs
/usr/share/doc/clips-libs/COPYING_CLIPS_LINUX
/usr/share/doc/clips-libs/README_CLIPS_LINUX

References

Summary

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