How to Install and Uninstall ruby3.0-rubygem-vagrant-spec Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "ruby3.0-rubygem-vagrant-spec" package

Learn how to install ruby3.0-rubygem-vagrant-spec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0-rubygem-vagrant-spec

2. Uninstall "ruby3.0-rubygem-vagrant-spec" package

Please follow the guidance below to uninstall ruby3.0-rubygem-vagrant-spec on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-vagrant-spec

3. Information about the ruby3.0-rubygem-vagrant-spec package on openSuSE Tumbleweed

Information for package ruby3.0-rubygem-vagrant-spec:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-rubygem-vagrant-spec
Version : 0.0.1.1627911869.200ed21.git-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 567,5 KiB
Installed : No
Status : not installed
Source package : rubygem-vagrant-spec-0.0.1.1627911869.200ed21.git-1.2.src
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.