******************************************************** * Installation des dépendances * ******************************************************** Vérification si la source deb-multimedia existe (bug lors du apt-get update si c'est le cas) deb-multimedia existe ! Désactivation de la source deb-multimedia ! Hit:1 http://security.debian.org/debian-security buster/updates InRelease Get:2 http://ftp.uk.debian.org/debian buster InRelease [122 kB] Hit:3 http://ftp.uk.debian.org/debian buster-updates InRelease Hit:4 https://deb.nodesource.com/node_14.x buster InRelease Hit:5 https://oph.mdrjr.net/meveric all InRelease Hit:6 https://oph.mdrjr.net/meveric buster InRelease Fetched 122 kB in 6s (20.6 kB/s) Reading package lists... E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. [Check Version NodeJS actuelle : Aucune : [ KO ] Installation de NodeJS 14 Utilisation du dépot officiel ## Installing the NodeSource Node.js 14.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Get:2 http://ftp.uk.debian.org/debian buster InRelease [122 kB] Hit:3 https://deb.nodesource.com/node_14.x buster InRelease Hit:4 http://ftp.uk.debian.org/debian buster-updates InRelease Hit:5 https://oph.mdrjr.net/meveric all InRelease Hit:6 https://oph.mdrjr.net/meveric buster InRelease Fetched 122 kB in 2s (58.0 kB/s) Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/buster/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null ## Creating apt sources list file for the NodeSource Node.js 14.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Get:2 http://ftp.uk.debian.org/debian buster InRelease [122 kB] Hit:3 https://deb.nodesource.com/node_14.x buster InRelease Hit:4 http://ftp.uk.debian.org/debian buster-updates InRelease Hit:5 https://oph.mdrjr.net/meveric all InRelease Hit:6 https://oph.mdrjr.net/meveric buster InRelease Fetched 122 kB in 2s (55.7 kB/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. /var/www/html/plugins/gsh/core/class/../../resources/install_apt.sh: line 138: nodejs: command not found [Check Version NodeJS après install : : [ KO ] -> relancez les dépendances E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. sudo: npm: command not found Réactivation de la source deb-multimedia qu'on avait désactivé ! E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. sudo: npm: command not found ******************************************************** * Installation terminée * ********************************************************