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

Last updated: May 15,2024

1. Install "ruby-session" package

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

$ sudo apt update $ sudo apt install ruby-session

2. Uninstall "ruby-session" package

Please follow the instructions below to uninstall ruby-session on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-session
Priority: optional
Section: universe/ruby
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.2.0-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-session/ruby-session_3.2.0-1_all.deb
Size: 12720
MD5sum: a33ef065bf5af2abfce589acebc8f180
SHA1: dd9f88c681b1c3b905610855721bbb1f1109125d
SHA256: 86a25bfa3eb0a16b55dc548cab7ed9ef306641e3df7abca1e86a606b3fbb4f19
Description-en: persistent connections with external programs like bash (via pipes)
Session::* offers a set of classes built upon Open3::popen3 for driving
persistent connections with external programs (such as bash) via pipes.
It offers a significant abstraction over Open3::popen in that the
stdout/stderr of each command sent can be delineated.
Description-md5: 94c2522a2ffdb816627ec38b203f30f4
Homepage: http://github.com/ahoward/session/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu