Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Not by default but you can get apps like termux. Android wasn't built to be like a desktop distro.
-
@12bitfloat is there a way to grant privileges to allow say a list of packages to be installed ? I want to clone over all my user data and logins instead of installing one at a time
-
@AvatarOfKaine just do apt-update -y && apt-upgrade -y && pkg install xyz -y
(in termux using pkg install is better than apt install although they both work) -
kiki353262yuh I only vaguely remember doing it for android 4.0.4 ice cream sandwich, how far have we come
-
@joewilliams007 these are any apk ? How about copying over user details and data and logins where do they reside ?
-
@AvatarOfKaine just do termux-setup-storage and allow access to files and media.
Then do ls and then cd storage then ur right in ur phones storage.
From there u can move what u want to and from termux with cp or mv ofc.
Git can be used aswell.
Termux can be downloaded from fdroid appstore or their website.
(Note on the website termux apk download link is a bit hidden)
How abt trying it out before talking abt it haha. Its basically a linux bash terminal once ur inside
Is there a way on Android 11 to open a terminal and access a package manager like in ordinary Linux ?
random