this post was submitted on 08 May 2024
796 points (98.2% liked)

linuxmemes

20880 readers
3 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 6 months ago (1 children)

I'd even add that now 99% of the distro have a gui over the package manager. Have an android or iPhone? You already have experience in installing stuff in an easier way than windows

[–] [email protected] 22 points 6 months ago (3 children)

Unless you want to install older apps on modern Android. Then you need ADB.

adb install --bypass-low-target-sdk-block app_filename.apk
[–] [email protected] 4 points 6 months ago

Uh. Didn't knew that.

[–] [email protected] 3 points 6 months ago (1 children)

But that only applies to apps that have a lower target than Android 6, right?

[–] [email protected] 7 points 6 months ago (1 children)

Yes, but it could have been solved with a warning.

Instead I believe it just says that the app is "Incompatible".

[–] [email protected] 2 points 6 months ago

Once there are some fundamental changes in the Android framework, these old apps will actually become incompatible. So Google wants to prepare their users for that scenario, and force devs to update their apps.

[–] [email protected] 2 points 6 months ago

I saved this comment when I read it, not remembering the last time I would've needed it. Two days later and I had to use it, thanks!!