How to Install and Uninstall libjs-raphael Package on Kali Linux

Last updated: May 18,2024

1. Install "libjs-raphael" package

This guide covers the steps necessary to install libjs-raphael on Kali Linux

$ sudo apt update $ sudo apt install libjs-raphael

2. Uninstall "libjs-raphael" package

This tutorial shows how to uninstall libjs-raphael on Kali Linux:

$ sudo apt remove libjs-raphael $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-raphael package on Kali Linux

Package: libjs-raphael
Source: raphael
Version: 2.3.0-4
Installed-Size: 409
Maintainer: Paolo Rotolo
Architecture: all
Suggests: javascript-common
Size: 86160
SHA256: f81966893a9e2d52e0628161fd0246608c651635d1fe6f9f228e6afe6f65579e
SHA1: 6bbcc25ad490058fba668c2dcb608984f1fc9b43
MD5sum: 34e06f1423e8e72d0aa2358e4ee72a8e
Description: JavaScript library to work with vector graphics
Raphael is a small JavaScript library that should simplify your work with
vector graphics on the web. If you want to create your own specific chart or
imagecrop and rotate widget, for example, you can achieve it simply and
easily with this library.
.
Raphael uses the SVG W3C Recommendation and VML as a base for creating
graphics. This means every graphical object you create is also a DOM object,
so you can attach JavaScript event handlers or modify them later. Raphael’s
goal is to provide an adapter that will make drawing vector art compatible
cross-browser and easy.
Description-md5:
Multi-Arch: foreign
Homepage: https://raphaeljs.com/
Tag: implemented-in::ecmascript, role::program, role::shared-lib,
works-with-format::svg
Section: javascript
Priority: optional
Filename: pool/main/r/raphael/libjs-raphael_2.3.0-4_all.deb