How To Install libntlm on Fedora 36
Introduction
In this tutorial we learn how to install libntlm
on Fedora 36.
What is libntlm
A library for authenticating with Microsoft NTLMV1 challenge-response, derived from Samba sources.
We can use yum
or dnf
to install libntlm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libntlm.
Install libntlm 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 libntlm
using dnf
by running the following command:
sudo dnf -y install libntlm
Install libntlm 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 libntlm
using yum
by running the following command:
sudo yum -y install libntlm
How To Uninstall libntlm on Fedora 36
To uninstall only the libntlm
package we can use the following command:
sudo dnf remove libntlm
libntlm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/e4209452fd73d9fd48665ee2bab31fd64edf56
/usr/lib/libntlm.so.0
/usr/lib/libntlm.so.0.0.21
/usr/share/doc/libntlm
/usr/share/doc/libntlm/AUTHORS
/usr/share/doc/libntlm/COPYING
/usr/share/doc/libntlm/ChangeLog
/usr/share/doc/libntlm/README
/usr/share/doc/libntlm/THANKS
References
Summary
In this tutorial we learn how to install libntlm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libntlm on Fedora 36” linkTitle: “libntlm” type: “docs” description: “In this tutorial we learn how to install libntlm in Fedora 36. libntlm is NTLMv1 authentication library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libntlm-featured.png
Introduction
In this tutorial we learn how to install libntlm
on Fedora 36.
What is libntlm
A library for authenticating with Microsoft NTLMV1 challenge-response, derived from Samba sources.
We can use yum
or dnf
to install libntlm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libntlm.
Install libntlm 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 libntlm
using dnf
by running the following command:
sudo dnf -y install libntlm
Install libntlm 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 libntlm
using yum
by running the following command:
sudo yum -y install libntlm
How To Uninstall libntlm on Fedora 36
To uninstall only the libntlm
package we can use the following command:
sudo dnf remove libntlm
libntlm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/22611b36d33c4f1583d93ed4c3ed1c45a19afd
/usr/lib64/libntlm.so.0
/usr/lib64/libntlm.so.0.0.21
/usr/share/doc/libntlm
/usr/share/doc/libntlm/AUTHORS
/usr/share/doc/libntlm/COPYING
/usr/share/doc/libntlm/ChangeLog
/usr/share/doc/libntlm/README
/usr/share/doc/libntlm/THANKS
References
Summary
In this tutorial we learn how to install libntlm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).