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

Last updated: May 20,2024

1. Install "node-tmp" package

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

$ sudo apt update $ sudo apt install node-tmp

2. Uninstall "node-tmp" package

Please follow the guidelines below to uninstall node-tmp on Ubuntu 21.10 (Impish Indri):

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

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

Package: node-tmp
Architecture: all
Version: 0.2.1+dfsg-1
Priority: extra
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 42
Depends: node-rimraf
Filename: pool/universe/n/node-tmp/node-tmp_0.2.1+dfsg-1_all.deb
Size: 13488
MD5sum: 7119d4199af96bf7a49f9b7c4947b2c7
SHA1: c40dd9542736f69e91539d31aad2f3cccd6cef1e
SHA256: a28fee9df6da36956fee396ffb7a76c407d50a5e1bfa0ab1225d2aa120a00e33
SHA512: 0bb94fb3a716f915c667f39e02b8cd05ef4c387696c9434e10fc36faa969e20e8cd8479faf96136f4783171191884f1e7a16b3750a6a4551188e0b6e5ed6a7e3
Homepage: https://github.com/raszi/node-tmp
Description-en: 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: c50a9bc1ed3e7a9b2eb6ad0849bbe04b