Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 18, 2021 11:53 am GMT

Let's Install Heroku CLI On Termux an android app.

Today I Tried To Install Heroku CLI On Termux But It Does Not Worked i Tried To Install Nodejs First For Building The Heroku CLI From Built but It Does Not Work At All.

apt install heroku
does not work said heroku not available
snapd package also unable to install on termux.
and also when tried same error
npm install heroku
it shows error sudo permissions need

At Last This Last Commands Worked

apt-get install proot-distroproot-distro install ubuntuproot-distro login ubuntuapt-get install curlcurl https://cli-assets.heroku.com/install-ubuntu.sh | sh

You Can Run Ubuntu and Also Other Distro Like ArchLinux, Fedora, OpenSuse, etc.,

I Know It Is Not A Good Practice to Install these Things On Android Mobile But termux also works on Android Television.

You Can Use Your Android TV As Backup Linux Machine think About It.


Original Link: https://dev.to/shriekdj/lets-install-heroku-cli-on-termux-an-android-app-19hb

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To