YUM Repo: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 12: Line 12:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
# Install the repository
# Install the repository
yum install https://yum.dirty-cache.com/rpms/dctools-release-1.0.0-1.noarch.rpm
yum install https://yum.dirty-cache.com/dctools-release.rpm


# List available packages
# List available packages

Latest revision as of 16:57, 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/dctools-release.rpm

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