How To Install torque-pam on Fedora 36
Introduction
In this tutorial we learn how to install torque-pam
on Fedora 36.
What is torque-pam
TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource manager providing control over batch jobs and distributed compute nodes. TORQUE is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. A simple PAM module to authorize users on PBS MOM nodes with a running job.
We can use yum
or dnf
to install torque-pam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-pam.
Install torque-pam 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 torque-pam
using dnf
by running the following command:
sudo dnf -y install torque-pam
Install torque-pam 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 torque-pam
using yum
by running the following command:
sudo yum -y install torque-pam
How To Uninstall torque-pam on Fedora 36
To uninstall only the torque-pam
package we can use the following command:
sudo dnf remove torque-pam
torque-pam Package Contents on Fedora 36
/lib/security/pam_pbssimpleauth.so
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/a055ecc82d5e80e9e1ad957c05d41f24a81b0f
/usr/share/doc/torque-pam
/usr/share/doc/torque-pam/README.pam
References
Summary
In this tutorial we learn how to install torque-pam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install torque-pam on Fedora 36” linkTitle: “torque-pam” type: “docs” description: “In this tutorial we learn how to install torque-pam in Fedora 36. torque-pam is PAM module for TORQUE MOM nodes” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/torque-pam-featured.png
Introduction
In this tutorial we learn how to install torque-pam
on Fedora 36.
What is torque-pam
TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource manager providing control over batch jobs and distributed compute nodes. TORQUE is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. A simple PAM module to authorize users on PBS MOM nodes with a running job.
We can use yum
or dnf
to install torque-pam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-pam.
Install torque-pam 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 torque-pam
using dnf
by running the following command:
sudo dnf -y install torque-pam
Install torque-pam 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 torque-pam
using yum
by running the following command:
sudo yum -y install torque-pam
How To Uninstall torque-pam on Fedora 36
To uninstall only the torque-pam
package we can use the following command:
sudo dnf remove torque-pam
torque-pam Package Contents on Fedora 36
/lib64/security/pam_pbssimpleauth.so
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/218f1de76de17c56622cac72d670d08a265b93
/usr/share/doc/torque-pam
/usr/share/doc/torque-pam/README.pam
References
Summary
In this tutorial we learn how to install torque-pam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).