How to Install and Uninstall node-tmp Package on Kali Linux

Last updated: May 20,2024

1. Install "node-tmp" package

In this section, we are going to explain the necessary steps to install node-tmp on Kali Linux

$ sudo apt update $ sudo apt install node-tmp

2. Uninstall "node-tmp" package

This tutorial shows how to uninstall node-tmp on Kali Linux:

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

3. Information about the node-tmp package on Kali Linux

Package: node-tmp
Version: 0.2.2+dfsg+~0.2.3-1
Installed-Size: 57
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-tmp (= 0.2.3)
Depends: node-rimraf
Size: 19736
SHA256: 1ff7354db4fb48066b10c4deaf01e186aba4c007b6652bf67483151390f39f9b
SHA1: 89875e774f6a8d38a1770141e7c7aad6d6afaaf6
MD5sum: e10cf27bfb895d7eb0d2022b6f6d3b47
Description: Temporary file and directory creator for Node.js
The main difference between node-temp and node-tmp is that node-tmp more
aggressively checks for the existence of the newly created temporary file
and creates the new file with O_EXCL instead of simple O_CREAT | O_RDRW,
so it is safer.
.
The API is slightly different as well, Tmp does not yet provide
synchronous calls and all the parameters are optional.
.
Tmp uses crypto for determining random file names, or, when using templates,
a six letter random identifier. And just in case that you do not have that
much entropy left on your system, Tmp will fall back to pseudo random numbers.
.
You can set whether you want to remove the temporary file on process exit or
not, and the destination directory can also be set.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/raszi/node-tmp
Section: javascript
Priority: optional
Filename: pool/main/n/node-tmp/node-tmp_0.2.2+dfsg+~0.2.3-1_all.deb