this post was submitted on 06 Oct 2023
350 points (87.6% liked)

Technology

34733 readers
135 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

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

Linux usage on pc jumps to 72%

[–] [email protected] 1 points 1 year ago (1 children)

Once Linux figures out a better way to install apps to other drive without causing the user to figure out complex systems it will start closing the gap.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

It's called a graphical app store. Most distros meant for desktop usage that come with a desktop GUI have a software store. IIRC KDE's Discover even has Flatpak support which leads to a higher variety of apps.

Otherwise, you can install an AppImage, or just a .deb file if you're running something Debian-based.

[–] [email protected] 2 points 1 year ago (1 children)

I've not once seen a software store app (besides something like steam) ask me where to install stuff. Discover, Software Manager, etc. They all just install stuff, typically from the official repos but maybe from flatpak but none of them actually let you change where to install something.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

binaries (executables) go in /usr/bin, flatpaks are installed in their own sandboxes, appimages are wherever you put them.

the shortcuts in application menus go in /usr/share/applications as .desktop files which link to the app, so the user generally won't have to worry about where the executable is.

why would the app store ask you where to install stuff??

[–] [email protected] 1 points 1 year ago

Because a lot of people have multiple drives. I have 2tb of storage across 4 drives. I want to use all of my drives, not just one. This is a very common workflow. Linux has never truly supported it.