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

Last updated: May 21,2024

1. Install "ruby-solve" package

This is a short guide on how to install ruby-solve on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-solve

2. Uninstall "ruby-solve" package

This is a short guide on how to uninstall ruby-solve on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-solve
Priority: optional
Section: universe/ruby
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.2-1
Depends: ruby | ruby-interpreter, ruby-molinillo (>= 0.2.3), ruby-semverse (>= 1.1)
Recommends: ruby-dep-selector (>= 1.0.3-2)
Filename: pool/universe/r/ruby-solve/ruby-solve_2.0.2-1_all.deb
Size: 12876
MD5sum: eab2beebcc3d1f57d2be2c9022fcf61e
SHA1: eea79812ac9ac12ac7a6e56c73f1ea5a7615877a
SHA256: 218a4ab0ba63771c25673aa1865536216105b6b94628293f980ee45f0c7b1668
Description-en: Ruby version constraint solver implementing semantic versioning
Ruby versioning constraint solver implementing Semantic Versioning 2.0.0
(see http://semver.org/).
.
Solve supports two different resolvers. A pure Ruby solver implemented using
Molinillo and the same dependency resolver the Chef Server uses, dep-selector,
which is a Ruby C extension for Gecode.
.
The Ruby solver is installed and enabled by default. If you'd like to use the
Gecode solver you can do so by installing the ruby-dep-selector package.
Description-md5: e9dbb6604e3a0f6141f5d5d40afdb699
Homepage: https://github.com/berkshelf/solve
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu