How To Install libpasswdqc-devel on Fedora 36
Introduction
In this tutorial we learn how to install libpasswdqc-devel
on Fedora 36.
What is libpasswdqc-devel
The libpasswdqc is a passphrase strength checking library. In addition to checking regular passphrases, it offers support for passphrases and can provide randomly generated passphrases. All features are optional and can be (re-)configured without rebuilding. This package contains development files needed for building passwdqc-aware applications.
We can use yum
or dnf
to install libpasswdqc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpasswdqc-devel.
Install libpasswdqc-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 libpasswdqc-devel
using dnf
by running the following command:
sudo dnf -y install libpasswdqc-devel
Install libpasswdqc-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 libpasswdqc-devel
using yum
by running the following command:
sudo yum -y install libpasswdqc-devel
How To Uninstall libpasswdqc-devel on Fedora 36
To uninstall only the libpasswdqc-devel
package we can use the following command:
sudo dnf remove libpasswdqc-devel
libpasswdqc-devel Package Contents on Fedora 36
/usr/include/passwdqc.h
/usr/lib64/libpasswdqc.so
/usr/share/man/man3/libpasswdqc.3.gz
/usr/share/man/man3/passwdqc_check.3.gz
/usr/share/man/man3/passwdqc_params_free.3.gz
/usr/share/man/man3/passwdqc_params_load.3.gz
/usr/share/man/man3/passwdqc_params_parse.3.gz
/usr/share/man/man3/passwdqc_params_reset.3.gz
/usr/share/man/man3/passwdqc_random.3.gz
References
Summary
In this tutorial we learn how to install libpasswdqc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpasswdqc-devel on Fedora 36” linkTitle: “libpasswdqc-devel” type: “docs” description: “In this tutorial we learn how to install libpasswdqc-devel in Fedora 36. libpasswdqc-devel is Development files for building passwdqc-aware applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpasswdqc-devel-featured.png
Introduction
In this tutorial we learn how to install libpasswdqc-devel
on Fedora 36.
What is libpasswdqc-devel
The libpasswdqc is a passphrase strength checking library. In addition to checking regular passphrases, it offers support for passphrases and can provide randomly generated passphrases. All features are optional and can be (re-)configured without rebuilding. This package contains development files needed for building passwdqc-aware applications.
We can use yum
or dnf
to install libpasswdqc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpasswdqc-devel.
Install libpasswdqc-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 libpasswdqc-devel
using dnf
by running the following command:
sudo dnf -y install libpasswdqc-devel
Install libpasswdqc-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 libpasswdqc-devel
using yum
by running the following command:
sudo yum -y install libpasswdqc-devel
How To Uninstall libpasswdqc-devel on Fedora 36
To uninstall only the libpasswdqc-devel
package we can use the following command:
sudo dnf remove libpasswdqc-devel
libpasswdqc-devel Package Contents on Fedora 36
/usr/include/passwdqc.h
/usr/lib/libpasswdqc.so
/usr/share/man/man3/libpasswdqc.3.gz
/usr/share/man/man3/passwdqc_check.3.gz
/usr/share/man/man3/passwdqc_params_free.3.gz
/usr/share/man/man3/passwdqc_params_load.3.gz
/usr/share/man/man3/passwdqc_params_parse.3.gz
/usr/share/man/man3/passwdqc_params_reset.3.gz
/usr/share/man/man3/passwdqc_random.3.gz
References
Summary
In this tutorial we learn how to install libpasswdqc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).