How to Install and Uninstall molequeue.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "molequeue.x86_64" package

Please follow the step by step instructions below to install molequeue.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install molequeue.x86_64

2. Uninstall "molequeue.x86_64" package

This guide covers the steps necessary to uninstall molequeue.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove molequeue.x86_64 $ sudo dnf autoremove

3. Information about the molequeue.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:56:09 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : molequeue
Version : 0.9.0
Release : 15.el8
Architecture : x86_64
Size : 493 k
Source : molequeue-0.9.0-15.el8.src.rpm
Repository : epel
Summary : Desktop integration of high performance computing resources
URL : https://github.com/OpenChemistry/molequeue
License : BSD
Description : MoleQueue is an open-source, cross-platform, system-tray resident desktop
: application for abstracting, managing, and coordinating the execution of tasks
: both locally and on remote computational resources. Users can set up local and
: remote queues that describe where the task will be executed. Each queue can
: have programs, with templates to facilitate the execution of the program. Input
: files can be staged, and output files collected using a standard interface.
: Some highlights:
:
: * Open source distributed under the liberal 3-clause BSD license
: * Cross platform with nightly builds on Linux, Mac OS X and Windows
: * Intuitive interface designed to be useful to whole community
: * Support for local executation and remote schedulers (SGE, PBS, SLURM)
: * System tray resident application managing queue of queues and job lifetime
: * Simple, lightweight JSON-RPC 2.0 based communication over local sockets
: * Qt 5 client library for simple integration in Qt applications