attorneypolew.blogg.se

Install spotify kali linux
Install spotify kali linux








Note that for most useful actions, checkinstall must be run as root. To create the package of Node.js execute the following command: sudo fakeroot checkinstall -y -install=no -pkgversion $(echo $(pwd) | sed -n -re's/.+node-v(.+)$/\1/p') make -j$(($(nproc)+1)) install

install spotify kali linux

CheckInstall is really useful if you've got a tarball with software that you have to compile (exactly what we're doing in this moment). CheckInstall keeps track of all the files created or modified by your installation script and builds a standard binary package (.deb. To create our installable package of Node.js we are going to use CheckInstall for it. Run the configure script with the following command. It matches the libraries on the user's computer, with those required by the program before compiling it from its source code.

install spotify kali linux

Run configure scriptĪ configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers. This should create a folder with the preffix node-v that will vary according to the downloaded version of Node.js. Once the download finishes, extract the content of the tar file with the following command: tar xzvf & cd node-v* Download and extract Node.jsĭownload the distributable code of Node.js executing the following command in the terminal: wget -N In this command we are creating a variable that contains the generated temporary path by mktemp and then switching to that directory in the terminal. The -d argument indicates that mktemp should make a directory instead of a file. You can create it using mktemp, to make it with a single command execute the following instruction: src=$(mktemp -d) & cd $src You should create a temporary folder to generate the. You just need, as mentioned, execute sudo dpkg -configure -a to solve it and then proceed with the command again.īesides, if you are unable to install the checkinstall package (happens usually on recent installations of Kali Linux), proceed with the fix mentioned in this article in order to install the package correctly. You may get a warning like "dpkg was interrupted, you must manually run ' sudo dpkg -configure -a' to correct the problem".










Install spotify kali linux