Distributions: Problems Installing on Linux Mint 19.2b

Created on 26 Jul 2019  路  32Comments  路  Source: nodesource/distributions

Confirming "tina" is supported...

Your distribution, identified as "tina", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

That above is the error when I attempt install nodejs 12 on Linux Mint 19.2 Beta Release.
Linux Mint Tina is Based on Ubuntu 19.04 and Ubuntu 18.04 and this is supported.

Thank you,

Most helpful comment

I just installed it by downloading the script with wget
wget https://deb.nodesource.com/setup_12.x
open it with
nano setup_12.x
add the line after all Linux Mint definitions
check_alt "Linux Mint" "tina" "Ubuntu" "bionic"
make the setup script executable and run. finally;
sudo apt-get install -y nodejs

All 32 comments

It's looks like the same problem:
https://github.com/nodesource/distributions/issues/872#issuecomment-516409929

I also suffer from such a situation

Having the same problem.

Same problem here.

Hi guys!

here the unique alternatives is install via snapd while not solved that issue:
https://nodesource.com/blog/installing-nodejs-tutorial-using-snaps-on-linux/,
or follow that descriptions:
https://stackoverflow.com/questions/31025159/installing-nodejs-without-sudo-in-ubuntu

All the best,

Confirming the same problem with Fresh Install of Linux Mint 19.2 while trying to install Node 10.x

`## Installing the NodeSource Node.js 10.x repo...

Populating apt-get cache...

Confirming "tina" is supported...

Your distribution, identified as "tina", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

`

Same problem here. Cannot install Node 12 on Linux Mint 19.2 .

I just installed it by downloading the script with wget
wget https://deb.nodesource.com/setup_12.x
open it with
nano setup_12.x
add the line after all Linux Mint definitions
check_alt "Linux Mint" "tina" "Ubuntu" "bionic"
make the setup script executable and run. finally;
sudo apt-get install -y nodejs

@bkilinc Thanks Man, You saved my hide. :+1:

@bkilinc What means _make the setup script executable and run_? How do that?

@bkilinc What means _make the setup script executable and run_? How do that?

chmod 755 setup_12.x
sudo ./setup_12.x

@bkilinc 馃槡馃槡馃槡 馃憤馃憤馃憤
@srldl 馃槡馃槡馃槡 馃憤馃憤馃憤
Thanks guys!

@bkilinc What means _make the setup script executable and run_? How do that?

chmod 755 setup_12.x
sudo ./setup_12.x

Thanks for 'translation' :)

@mnezmah Something is wrong?

In nemo, right click the setup file, select 'properties' and then select Permissions Tab. Click on "Allow executing file as program". This will make the file executable. After that, double click the setup file, this will execute the file. Finally you can run "sudo apt-get install -y nodejs" to install nodejs. Happy coding :) this was just a start.

@Vlad-Shevliakov
nothing is wrong, I am just saying thank you to @bklinc that you have translated
"make the setup script executable and run? "
to those two commands

chmod 755 setup_12.x
sudo ./setup_12.x

so I can do it right.
great job :)

Thanks @bkilinc , I used this example for the 10.x and works very well!!!

E: The repository 'https://deb.nodesource.com/node_10.x tina Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Error executing command, exiting

this is happening

Thanks. Worked fine

I just installed it by downloading the script with wget
wget https://deb.nodesource.com/setup_12.x
open it with
nano setup_12.x
add the line after all Linux Mint definitions
check_alt "Linux Mint" "tina" "Ubuntu" "bionic"
make the setup script executable and run. finally;
sudo apt-get install -y nodejs

The same p艜oblem

That worked like a charm! Thank you <3

I was writing the command on the wrong line xD

Had the same problem but followed "Manual installation" and then changed tina to bionic in nodesource.list
But I find it a little strange that this is not resolved yet

@bkilinc What means _make the setup script executable and run_? How do that?

chmod 755 setup_12.x
sudo ./setup_12.x

Thanks, Man. You saved my life.

Thanks!

Thanks!

Guys thank you, you "saved" my life

Acabei de instalar baixando o script com o wget
wget https://deb.nodesource.com/setup_12.x
aberto e
nano setup_12.x
adicionando a linha depois que todas as defini莽玫es do Linux Mint
check_alt "Linux Mint" "tina" "Ubuntu" "bionic"
tornam o script de instala莽茫o execut谩vel e executado. finalmente;
sudo apt-get install -y nodejs

salvou mais uma vida
@bkilinc

OMG is this problem still relevant?

@Vlad-Shevliakov
If the issue is solved on mainstream it's not more relevant if not continue each more relevant.
Observe the number of persons with same problem.

Since not work almost up now:
jose@master-node:~/nifi-release$ curl -sL https://rpm.nodesource.com/setup_12.x | bash -

Installing the NodeSource Node.js 12.x repo...

Inspecting system...

You don't appear to be running an Enterprise Linux based system,

please contact NodeSource at https://github.com/nodesource/distributions/issues
if you think this is incorrect or would like your distribution to be considered
for support.

@Hygens Linux Mint 19.2 (Tina) is now supported.
Thanks for pointing this out!

E: The repository 'https://deb.nodesource.com/node_13.x tina Release' does not have a Release file.

Was this page helpful?
0 / 5 - 0 ratings