How to Install and Uninstall ruby-serverspec Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "ruby-serverspec" package

Please follow the instructions below to install ruby-serverspec on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-serverspec

2. Uninstall "ruby-serverspec" package

Here is a brief guide to show you how to uninstall ruby-serverspec on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-serverspec $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-serverspec package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-serverspec
Priority: optional
Section: universe/ruby
Installed-Size: 127
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.18.0-1
Depends: ruby | ruby-interpreter, ruby-multi-json, ruby-rspec (>= 3.0), ruby-rspec-its, ruby-specinfra (>= 2.35)
Filename: pool/universe/r/ruby-serverspec/ruby-serverspec_2.18.0-1_all.deb
Size: 18372
MD5sum: 76de4737c354454d381097105012d9e0
SHA1: 065a845830a355e1593e14c5d3df88cdd3997940
SHA256: c09736810e1cf048bd6b95158b2d78875b158398b57634ab329e4aeac891c142
Description-en: RSpec tests for your servers configured by Puppet, Chef or anything else
With serverspec, you can write RSpec tests for checking your servers
are configured correctly.
.
Serverspec tests your servers' actual state through SSH access, so
you don't need to install any agent software on your servers and
can use any configuration management tools, Puppet, Chef, CFEngine
and so on.
Description-md5: 3c1f93153b81b33d9c65bf0d71a4a5f9
Homepage: http://serverspec.org/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu