How to Install and Uninstall condor-classads.i686 Package on Fedora 36

Last updated: July 05,2024

1. Install "condor-classads.i686" package

Here is a brief guide to show you how to install condor-classads.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install condor-classads.i686

2. Uninstall "condor-classads.i686" package

Please follow the guidance below to uninstall condor-classads.i686 on Fedora 36:

$ sudo dnf remove condor-classads.i686 $ sudo dnf autoremove

3. Information about the condor-classads.i686 package on Fedora 36

Last metadata expiration check: 3:54:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : condor-classads
Version : 8.8.15
Release : 3.fc36
Architecture : i686
Size : 266 k
Source : condor-8.8.15-3.fc36.src.rpm
Repository : fedora
Summary : HTCondor's classified advertisement language
URL : http://research.cs.wisc.edu/htcondor/
License : ASL 2.0
Description : Classified Advertisements (classads) are the lingua franca of
: HTCondor. They are used for describing jobs, workstations, and other
: resources. They are exchanged by HTCondor processes to schedule
: jobs. They are logged to files for statistical and debugging
: purposes. They are used to enquire about current state of the system.
:
: A classad is a mapping from attribute names to expressions. In the
: simplest cases, the expressions are simple constants (integer,
: floating point, or string). A classad is thus a form of property
: list. Attribute expressions can also be more complicated. There is a
: protocol for evaluating an attribute expression of a classad vis a vis
: another ad. For example, the expression "other.size > 3" in one ad
: evaluates to true if the other ad has an attribute named size and the
: value of that attribute is (or evaluates to) an integer greater than
: three. Two classads match if each ad has an attribute requirements
: that evaluates to true in the context of the other ad. Classad
: matching is used by the HTCondor central manager to determine the
: compatibility of jobs and workstations where they may be run.