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

Last updated: June 30,2024

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

Here is a brief guide to show you how to install ruby3.2-rubygem-vagrant-spec on openSuSE Tumbleweed

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

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

Here is a brief guide to show you how to uninstall ruby3.2-rubygem-vagrant-spec on openSuSE Tumbleweed:

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

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

Information for package ruby3.2-rubygem-vagrant-spec:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2-rubygem-vagrant-spec
Version : 0.0.1.1663083445.c177981.git-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 567.8 KiB
Installed : No
Status : not installed
Source package : rubygem-vagrant-spec-0.0.1.1663083445.c177981.git-1.7.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.