this post was submitted on 17 May 2024
912 points (97.2% liked)

memes

9680 readers
3052 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Risk 12 points 4 months ago (1 children)

Time to learn how to Linux, I guess...

[–] Swedneck@discuss.tchncs.de 7 points 4 months ago (1 children)

nowadays there's not even that much to learn, probably biggest difference is just the file system, and getting out of the horrid habit of downloading programs from the browser.

[–] Risk 2 points 4 months ago (2 children)

Where do you download programs from?

[–] Swedneck@discuss.tchncs.de 5 points 4 months ago

primarily like on mobile, you just download from the "app store".

This can either be done via terminal (something like "apt install blender") or via a graphical program like Discover for the KDE desktop, in which case it's literally just like a mobile app store where you search for the program, click "install" and that's it.

There are some alternate ways of installing programs, which can involve downloading from a website, but that's for getting the very freshest release of a program or for very niche projects that aren't included in the distro's software repository yet.

So if you're an android power user it's exactly like that, most apps come from the store, but some apps you have to download from the web.

[–] refurbishedrefurbisher@lemmy.sdf.org 3 points 4 months ago* (last edited 4 months ago)

The repository of the distro that you're running or flathub. Sometimes also an AppImage from a GitHub/GitLab releases page if it's an obscure program.