How to Install gems in Ubuntu 18.04



Install gems by entering the following commands in the terminal:

sudo apt update
sudo apt install gems

Description:

Shows a console session in several terminals

The gems system is a client/server application that allows one to show a single console session in different computers or terminals in real time. It can also be used to transmit any other kind of data to more than one computer at the same time, via a network connection. . It was designed as an educational tool for teachers that have to show in a computer lab how to do certain things with the console. Using the gems system, each student can observe in his/her own terminal everything the teacher does.

Homepage: http://gforge.lug.fi.uba.ar/projects/gemsd/

Version: 1.1.1-2build1

Section: universe/misc