Skip to content

essentialkaos/yum-plugin-fromrepo

GitHub Actions Status codebeat badge

InstallationUsageBuild StatusContributingLicense


yum-plugin-fromrepo is YUM plugin to simplify working with only one repository. Plugin add option --repo which allows you to specify one repository for some action (install for example).

Installation

From ESSENTIAL KAOS Public repository

sudo yum install -y https://yum.kaos.st/get/$(uname -r).rpm
sudo yum install yum-plugin-fromrepo

Usage

# Install goaccess from epel repository
yum --repo=epel install goaccess

# Update webkaos to latest version available in testing repo
yum --repo=kaos-testing update webkaos

# Clean metadata and try to install latest version of redis from testing repo
yum --repo=kaos-testing clean expire-cache && yum --repo=kaos-testing install redis

Build Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

EKOL