How to Install and Uninstall node-prismjs Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 28,2024

1. Install "node-prismjs" package

Please follow the instructions below to install node-prismjs on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-prismjs

2. Uninstall "node-prismjs" package

In this section, we are going to explain the necessary steps to uninstall node-prismjs on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-prismjs $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-prismjs package on Ubuntu 21.10 (Impish Indri)

Package: node-prismjs
Architecture: all
Version: 1.23.0+dfsg-1
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1762
Depends: node-clipboard (>= 1.7.1), nodejs
Filename: pool/universe/n/node-prismjs/node-prismjs_1.23.0+dfsg-1_all.deb
Size: 315532
MD5sum: 980ada2ce7ff4c8f89de1ae546d7388a
SHA1: 6111b7c5194177c3da437285637a8d6a61ac7dfd
SHA256: 8a79c64173c76ac61cc59994837f10464dd3e4305e428c9ae96f39e50dc69722
SHA512: f73df24aeaeb9bca1caa2610eb35980682051673182471c207c33b76d97e3f45699ac76b6e2df3ccf1be51e0c465f9097d8712f074a77c33f93a8eb61dc436b7
Homepage: https://github.com/LeaVerou/prism
Description-en: Lightweight, robust, elegant syntax highlighting
A spin-off project from Dabblet. Some of its unique features include:
* It’s tiny. The core is only 1.5KB minified & gzipped.
* It’s incredibly extensible. Not only it’s easy to add new languages, but
also to extend existing ones.
* It encourages good author practices. Other highlighters encourage or even
force you to use elements that are semantically wrong, like
 (on its
own) or