How to Install and Uninstall ruby2.5-rubygem-vagrant-spec Package on openSUSE Leap

Last updated: November 22,2024

1. Install "ruby2.5-rubygem-vagrant-spec" package

Here is a brief guide to show you how to install ruby2.5-rubygem-vagrant-spec on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-vagrant-spec

2. Uninstall "ruby2.5-rubygem-vagrant-spec" package

Learn how to uninstall ruby2.5-rubygem-vagrant-spec on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-vagrant-spec

3. Information about the ruby2.5-rubygem-vagrant-spec package on openSUSE Leap

Information for package ruby2.5-rubygem-vagrant-spec:
-----------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-vagrant-spec
Version : 0.0.1.1627911869.200ed21.git-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 567.6 KiB
Installed : No
Status : not installed
Source package : rubygem-vagrant-spec-0.0.1.1627911869.200ed21.git-bp155.2.11.src
Upstream URL : https://github.com/mitchellh/vagrant-spec
Summary : Tool and library for testing Vagrant plugins
Description :
vagrant-spec is a both a specification of how Vagrant and its various
components should behave as well as a library of testing helpers that let you
write your own unit and acceptance tests for Vagrant.
The library provides a set of helper methods in addition to RSpec matchers and
expectations to help you both unit test and acceptance test Vagrant
components. The RSpec components are built on top of the helper methods so
that the test library can be used with your test framework of choice, but the
entire tool is geared very heavily towards RSpec.