YUM Repo: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
= Overview =
= Overview =


Instructions for setting up the DC Tools YUM repository
The DC Tools repo is a YUM repository that contains the available tools in RPM format. By using the repository it is easy to install packages and updates.


= Install =
= Install =
Instructions for setting up the DC Tools YUM repository


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>

Revision as of 16:54, 6 July 2021


Overview

The DC Tools repo is a YUM repository that contains the available tools in RPM format. By using the repository it is easy to install packages and updates.

Install

Instructions for setting up the DC Tools YUM repository

# Install the repository
yum install https://yum.dirty-cache.com/rpms/dctools-release-1.0.0-1.noarch.rpm

# List available packages
yum --disablerepo="*" --enablerepo="dctools" list available