How To Install torque-libs on Fedora 36

In this tutorial we learn how to install torque-libs in Fedora 36. torque-libs is Run-time libs for programs which will use the torque library

Introduction

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

What is torque-libs

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. This package includes the shared libraries necessary for running TORQUE programs.

We can use yum or dnf to install torque-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-libs.

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

sudo dnf -y install torque-libs

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

sudo yum -y install torque-libs

How To Uninstall torque-libs on Fedora 36

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

sudo dnf remove torque-libs

torque-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/6307de113233bb1b85bb0dbac4cc6795c05ea6
/usr/lib64/libtorque.so.2
/usr/lib64/libtorque.so.2.0.0

References

Summary

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


title: “How To Install torque-libs on Fedora 36” linkTitle: “torque-libs” type: “docs” description: “In this tutorial we learn how to install torque-libs in Fedora 36. torque-libs is Run-time libs for programs which will use the torque library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/torque-libs-featured.png

Introduction

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

What is torque-libs

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. This package includes the shared libraries necessary for running TORQUE programs.

We can use yum or dnf to install torque-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-libs.

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

sudo dnf -y install torque-libs

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

sudo yum -y install torque-libs

How To Uninstall torque-libs on Fedora 36

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

sudo dnf remove torque-libs

torque-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b7/5c2203fe6908c6df6867e1332b1a3e36ccf05b
/usr/lib/libtorque.so.2
/usr/lib/libtorque.so.2.0.0

References

Summary

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