this post was submitted on 08 Jul 2026
69 points (94.8% liked)
Linux
14303 readers
254 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Available only on select Pixel phones, and the virtualization API that makes it possible is available only to preinstalled system apps.
So no, you cannot install Ubuntu image onto your Samsung phone, you specifically need to buy the newest Pixel.
You can use termux and some other thing to run Ubuntu on a Samsung, it's just not built in Iirc Samsung has some Linux thing with dex
Yeah I can, but soon I won't, because Google will block all apps not installed from Play Store, and Termux cannot be compiled for new Android versions because of Android 'security'
It can absolutely be compiled, and you can install it but you either have to use adb or wait 24 hours
Isn't the 24 hour wait a one-time thing anyway? Or did they change that?
I thought it was per apk, but I could be wrong
This was posted to the Android Developers Blog back in March. It sounds like the Advanced Flow still exists. https://android-developers.googleblog.com/2026/03/android-developer-verification.html
Once you go through all the steps, including a 24 hour wait, it says you'll have the option to install unverified APKs indefinitely. It's a bit of a process, but it honestly doesn't sound too bad.
I mean, yes it can, but installing any packages won't work. Every binary that you wish to run on Android 10 or higher must be included inside the app, so
aptnaturally fails, and compiling your code inside Termux will also fail.I'm running Android 17 on my Pixel 8, and Termux runs just fine; apt packages included.
Aside from having to go through the Advanced Flow to run unverified APKs, I'll honestly be surprised if this changes when the app verification restrictions roll out, since going through the Advanced Flow gives you the option of installing unverified APKs indefinitely.
Now, if Google raises the minimum SDK version apps can use so that Termux can't run, that will be an issue...