How To Install libcli on Fedora 36
Introduction
In this tutorial we learn how to install libcli
on Fedora 36.
What is libcli
Libcli provides a shared library for including a Cisco-like command-line interface into other software. It’s a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
We can use yum
or dnf
to install libcli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcli.
Install libcli 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 libcli
using dnf
by running the following command:
sudo dnf -y install libcli
Install libcli 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 libcli
using yum
by running the following command:
sudo yum -y install libcli
How To Uninstall libcli on Fedora 36
To uninstall only the libcli
package we can use the following command:
sudo dnf remove libcli
libcli Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/e71da6ba2dd703e03fab1c72fc22af2285decc
/usr/lib/libcli.so.1.10
/usr/lib/libcli.so.1.10.7
/usr/share/doc/libcli
/usr/share/doc/libcli/COPYING
---
title: "How To Install libcli on Fedora 36"
linkTitle: "libcli"
type: "docs"
description: "In this tutorial we learn how to install libcli in Fedora 36. libcli is A shared library for a Cisco-like cli"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libcli-featured.png
---
## Introduction
In this tutorial we learn how to install `libcli` on Fedora 36.
### What is `libcli`
> Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
We can use `yum` or `dnf` to install `libcli` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcli.
## Install libcli 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 libcli
using dnf
by running the following command:
sudo dnf -y install libcli
Install libcli 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 libcli
using yum
by running the following command:
sudo yum -y install libcli
How To Uninstall libcli on Fedora 36
To uninstall only the libcli
package we can use the following command:
sudo dnf remove libcli
libcli Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/8c477b17053ef567e9ecdc1640c7d8be169c78
/usr/lib64/libcli.so.1.10
/usr/lib64/libcli.so.1.10.7
/usr/share/doc/libcli
/usr/share/doc/libcli/COPYING
References
Summary
In this tutorial we learn how to install `libcli` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## References
* [libcli website](http://sites.dparrish.com/libcli)
## Summary
In this tutorial we learn how to install `libcli` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).