+ 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.
19 Réponses
+ 9
$ pkg upgrade
$ pkg update
$ pkg install nodejs
+ 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...) 😢😥
+ 7
Chigozie Anyaeji 🇳🇬 E: Unable to locate package nodejs 😥
+ 7
Rishi is correct. Play store is depreciated. So download from fdroid.
+ 7
Rishi yes, fdroid says your system does not supports this termux version
+ 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 😞😤😢
+ 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!
+ 6
Rishi Sorry, I can't install termux on my device from anywhere bcz my system does not supports it.
+ 5
Or you can try from github
+ 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.
+ 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)
+ 3
🇮🇳SATYAPRAKASH🇮🇳 are you saying that you can't install termux?
+ 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
+ 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**
+ 3
#...._._...._<........> Fdroid is a Android package repository like google play store but fdroid is only for open source softwares
+ 2
Chigozie Anyaeji 🇳🇬 be a bit more descriptive pls
+ 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
+ 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 :)
+ 1
What is Fdroid ?