question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can`t install installDepsUnattended.sh...

See original GitHub issue

I tried run installDepsUnattended.sh but I got an error.

debian gnu/linux 10 (buster) Installing nvm... => nvm is already installed in /home/wnsxor07/.nvm, trying to update using git => => Source string already in /home/wnsxor07/.bashrc => You currently have modules installed globally with npm. These will no => longer be linked to the active version of Node when you install a new node => with nvm; and they may (depending on how you construct your $PATH) => override the binaries of modules installed with nvm: /home/wnsxor07/.nvm/versions/node/v10.21.0/lib ├── graceful-fs@4.2.8 => If you wish to uninstall them at a later point (or re-install them under your => nvm Nodes), you can remove them from the system Node as follows: $ nvm use system $ npm uninstall -g a_module => Close and reopen your terminal to start using nvm Installing node v10.21.0... v10.21.0 is already installed. Now using node v10.21.0 (npm v6.14.4) Now using node v10.21.0 (npm v6.14.4) scripts/installDepsUnattended.sh: line 89: install_mediadeps: command not found

How can I install mediadeps…?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
starwarfancommented, Aug 9, 2021

Hi, install_mediadeps is a function defined in installUbuntuDeps.sh or installCentOSDeps.sh. So I guess neither of them are correctly loaded?

0reactions
lijinxiacommented, Oct 19, 2021

glibc-2.18 should be installed. Please refer to install_glibc for CentOS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unattended installation script · Issue #11936 · wazuh ...
Hi, When using a minimal debian install (no standard packages) it's not enough to install curl to run the Unattended installation.
Read more >
apt-get, unmet dependencies, ... "but it is not going to be ...
In my case it needed the version of the package from focal , but it wanted to install the version from focal-updates ....
Read more >
Unattended Automatic Virtualmin installation
I am using Virtualmin for a while now. I tried to reinstall as well as install another host with Virtualmin. I came across...
Read more >
How do I resolve `The following packages have unmet ...
Then install the Node.js package. sudo apt-get install -y nodejs. The answer above will work for general cases also(for dependencies on other ...
Read more >
yarn install
yarn install is used to install all dependencies for a project. ... Running yarn with no command will run yarn install , passing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found