How to Install and Uninstall slang-pvm Package on Kali Linux

Last updated: May 10,2024

1. Install "slang-pvm" package

This is a short guide on how to install slang-pvm on Kali Linux

$ sudo apt update $ sudo apt install slang-pvm

2. Uninstall "slang-pvm" package

This guide covers the steps necessary to uninstall slang-pvm on Kali Linux:

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

3. Information about the slang-pvm package on Kali Linux

Package: slang-pvm
Source: slpvm
Version: 0.1.5-16
Installed-Size: 326
Maintainer: Rafael Laboissière
Architecture: amd64
Depends: libc6 (>= 2.4), libpvm3, libslang2 (>= 2.2.4)
Suggests: slsh (>= 2.0) | jed | slrn
Size: 160760
SHA256: 9ca4b6437eb13fc204a4ed40e37d1175aed10dfcf21118f1b29fd68cd0cbe968
SHA1: a5d0e6b0bc899dbf8bf2b891ad1eeb5e46c829f7
MD5sum: a2357c0dcf6dc07eed538a86c5429eaf
Description: 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
Multi-Arch: same
Homepage: https://space.mit.edu/cxc/software/slang/modules/pvm/
Section: interpreters
Priority: optional
Filename: pool/main/s/slpvm/slang-pvm_0.1.5-16_amd64.deb