How to install node js on android devices with the version of 6.1.0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

How to install node js on android devices with the version of 6.1.0

My android version is 6.1.0 & i want to install node js in it. I tried to install it with termux but it always fails.

29th Mar 2022, 11:36 AM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
19 Answers
+ 9
$ pkg upgrade $ pkg update $ pkg install nodejs
29th Mar 2022, 11:50 AM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
+ 8
Rishi Chigozie Anyaeji 🇳🇬 Thank you guys for helping me alot. but i think i'm in the maze of dirty color OS. In this OS I can't=> 1)Update system apps 2)Can't install termux 3)Can't manage app permissions 4)Can't update OS ...etc...) 😢😥
29th Mar 2022, 12:27 PM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 7
Chigozie Anyaeji 🇳🇬 E: Unable to locate package nodejs 😥
29th Mar 2022, 11:56 AM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 7
Rishi is correct. Play store is depreciated. So download from fdroid.
29th Mar 2022, 12:08 PM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
+ 7
Rishi yes, fdroid says your system does not supports this termux version
29th Mar 2022, 12:10 PM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 7
Rishi Chigozie Anyaeji 🇳🇬 Now i'm getting angry on oppo bcz the device which i have is oppo a57 & the OS is modified by oppo named as color OS & it' very bad 😞😤😢
29th Mar 2022, 12:12 PM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 6
Did you download termux from fdroid and not play store? The version on playstore is outdated and won't be updated again (iirc). So download it from fdroid and try again. And don't forget to provide storage access for termux. Edit: I just tried it and it's working!
29th Mar 2022, 12:00 PM
Rishi
Rishi - avatar
+ 6
Rishi Sorry, I can't install termux on my device from anywhere bcz my system does not supports it.
29th Mar 2022, 12:08 PM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 5
Or you can try from github
29th Mar 2022, 12:17 PM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
+ 5
Rishi Because now Android 13 has arised but this oppo's OS does not allow me to update android always says your os is up to dated.It does this for always using color OS.
29th Mar 2022, 1:13 PM
॥ सत्यम ॥
॥ सत्यम ॥ - avatar
+ 4
🇮🇳SATYAPRAKASH🇮🇳 https://termux.apkgold.in/android-6.0 In this page, scroll down and there'll be two links, one for Android 7+(termux 0.101) and another one for Android 5+(termux 0.72). Try the second one. Also, I'd recommend upgrading to some higher Android version. Currently it's Android 12(Snow Cone)
29th Mar 2022, 12:15 PM
Rishi
Rishi - avatar
+ 3
🇮🇳SATYAPRAKASH🇮🇳 are you saying that you can't install termux?
29th Mar 2022, 12:09 PM
Rishi
Rishi - avatar
+ 3
🇮🇳SATYAPRAKASH🇮🇳 there is no need to update the OS. Search for Fdroid on google and download it. Then download termux from Fdroid and then follow the steps mentioned by others to install node.js
29th Mar 2022, 1:43 PM
Birb
Birb - avatar
+ 3
It is not your device or software problem actually your termux app configured wrongly First of all make sure you are connected to the Internet Try to run all of these commands **Prefixed by "//" are instructions not** apt update apt upgrade termux-setup-storage // Allow termux to access your device storage termux-change-repo // click "ok" => select "Mirrors by Grimler" => click "ok" apt search nodejs // See if nodejs available or not if available install it by running apt install nodejs-lts **OR** pkg install nodejs-lts If still not working, check termux repository URL by running cat ~/../usr/etc/apt/sources.list expected output: # The main termux repository: deb https://grimler.se/termux-packages-24 stable main **If not same to the above replace it by** nano ~/../usr/etc/apt/sources.list // then press these keys in hackers keyboard ctrl + X => y => press enter **Also try to reinstall termux app**
30th Mar 2022, 9:00 AM
Raju Adhikary
Raju Adhikary - avatar
+ 3
#...._._...._<........> Fdroid is a Android package repository like google play store but fdroid is only for open source softwares
31st Mar 2022, 7:14 AM
Raju Adhikary
Raju Adhikary - avatar
+ 2
Chigozie Anyaeji 🇳🇬 be a bit more descriptive pls
29th Mar 2022, 12:17 PM
Rishi
Rishi - avatar
+ 2
🇮🇳SATYAPRAKASH🇮🇳 i don't think an operating system will be this bad. Maybe try to know more about how to access and do stuff in your OS
29th Mar 2022, 12:36 PM
Rishi
Rishi - avatar
+ 1
I can confirm previous answers. Download Termux from f-droid. I use it on a galaxy m21. Node.js is working. Open jdk and python works as well. actually installing and using a linux distribution via andronix app works :)
31st Mar 2022, 3:59 AM
Alexander Friedrich
Alexander Friedrich - avatar
+ 1
What is Fdroid ?
31st Mar 2022, 7:10 AM
SARVESH ASHOK DEVRUKHAKAR
SARVESH ASHOK DEVRUKHAKAR - avatar