How to Install and Uninstall gem Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "gem" package

Please follow the steps below to install gem on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install gem

2. Uninstall "gem" package

Please follow the guidance below to uninstall gem on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove gem $ sudo apt autoclean && sudo apt autoremove

3. Information about the gem package on Ubuntu 21.04 (Hirsute Hippo)

Package: gem
Architecture: amd64
Version: 1:0.94-3
Priority: optional
Section: universe/graphics
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6494
Depends: libc6 (>= 2.27), libfribidi0 (>= 0.19.2), libftgl2 (>= 2.4.0), libgcc-s1 (>= 3.0), libgl1, libglu1-mesa | libglu1, libstdc++6 (>= 5.2), libxrender1, libxxf86vm1, puredata-core | pd
Recommends: gem-doc, gem-extra, gem-plugin-gmerlin | gem-plugin-film, gem-plugin-magick | gem-plugin-image, gem-plugin-lqt | gem-plugin-record, gem-plugin-v4l2 | gem-plugin-video, gem-plugin-assimp | gem-plugin-model
Suggests: pd-zexy, fonts-dejavu-core
Filename: pool/universe/g/gem/gem_0.94-3_amd64.deb
Size: 1609692
MD5sum: 4a68bf111fa3fd05de8493dcae43ea77
SHA1: 4739d1cf6fb99473604664a2c8166891e93a819f
SHA256: f657462236abfdd4e30c36ae6537353271a50e6c3b07417738cbe68677e4e55c
SHA512: e34d8c96abb5d3b83a948a82a3b7e3292fdf3bc27feeb426b1212996f9ae2ab76d75ce09c014357731cea1bb5ae823fd494f3cddb1172861b11be982a4c3d658
Homepage: https://gem.iem.at/
Description-en: Graphics Environment for Multimedia - Pure Data library
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package contains the core library.
If you want to use external data (live video capture, film footage, still
images,...), you have to install one (or all) of the gem-plugin-* packages.
Description-md5: 36a8e97cbc8b96acc75b5f0c96f78d8b
Task: ubuntustudio-audio