YUM Repo: Difference between revisions
Jump to navigation
Jump to search
Created page with " = Overview = Instructions for setting up the DC Tools YUM repository" |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Tools]] | |||
[[Category:Packages]] | |||
= Overview = | = 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 | Instructions for setting up the DC Tools YUM repository | ||
<syntaxhighlight lang=bash> | |||
# Install the repository | |||
yum install https://yum.dirty-cache.com/dctools-release.rpm | |||
# List available packages | |||
yum --disablerepo="*" --enablerepo="dctools" list available | |||
</syntaxhighlight> |
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