https://github.com/hennevogel/orr
openSUSE RVM replacement
https://github.com/hennevogel/orr
opensuse ruby rvm zypper
Last synced: 2 months ago
JSON representation
openSUSE RVM replacement
- Host: GitHub
- URL: https://github.com/hennevogel/orr
- Owner: hennevogel
- License: gpl-3.0
- Created: 2017-07-04T18:09:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T16:00:41.000Z (over 7 years ago)
- Last Synced: 2025-02-03T13:47:05.064Z (4 months ago)
- Topics: opensuse, ruby, rvm, zypper
- Language: Ruby
- Size: 59.6 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/hennevogel/orr/tree/master)
# orr - openSUSE RVM replacement
A command-line tool command-line tool which allows you to easily install,
manage, and work with multiple ruby environments on openSUSE Distributions.This is an application heavily inspired by [RVM](https://rvm.io/), in fact it
tries to mimic the RVM behaviour and command-line options so it can serve,
for the most basic use cases, as RVM replacement.## Installation
`orr` is only usefull for the openSUSE/SUSE Linux Enterprise Distributions.
You can install it with zypper.```
zypper in orr
```## Contribute
See CONTRIBUTING.md## Requirements
`orr` makes use of the fabolous...* [clamp](https://github.com/mdub/clamp) for the ruby command-line app
* [update-alternatives](https://wiki.debian.org/DebianAlternatives) for switching links
* [zypper](https://github.com/openSUSE/zypper) for installing packages
* [docker](https://www.docker.com/) (for the development environment)