How to Install and Uninstall slang-pvm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "slang-pvm" package

This guide covers the steps necessary to install slang-pvm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install slang-pvm

2. Uninstall "slang-pvm" package

Please follow the guidelines below to uninstall slang-pvm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove slang-pvm $ sudo apt autoclean && sudo apt autoremove

3. Information about the slang-pvm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: slang-pvm
Priority: optional
Section: universe/interpreters
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Debian JED Group
Architecture: amd64
Source: slpvm
Version: 0.1.5-12.1
Depends: libc6 (>= 2.2.5), libpvm3, libslang2 (>= 2.0.7-1)
Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
Filename: pool/universe/s/slpvm/slang-pvm_0.1.5-12.1_amd64.deb
Size: 24292
MD5sum: 848ee022538425d92fd073328d1de036
SHA1: f72823436d6cb7be087475722194d8244e1f56d5
SHA256: 55d543b07fda6ecfb62ec1bdc34fbc60f1566072190217a662493acb5d785313
Description-en: PVM (Parallel Virtual Machine) interface for S-Lang
PVM (Parallel Virtual Machine) is a software package which permits a
heterogeneous collection computers connected by a network to be used
as a single large parallel computer.
.
The S-Lang PVM module provides a S-Lang interface to PVM. By
organizing distributed computations with S-Lang, one gains the
advantages of programming in an interpreted language.
.
With this approach, one can make efficient use of all available
computer resources: high level logic is handled in interpreted code,
CPU intensive work is done in compiled code and PVM simplifies using
all available CPUs.
Description-md5: 60d2e50d7fdfcea177b281e9ff538293
Homepage: http://space.mit.edu/cxc/software/slang/modules/pvm/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu