Skip to content
DevMeme
2752 of 7435
The Linux User's First Existential Crisis: Where App Store?
OperatingSystems Post #3040, on May 5, 2021 in TG

The Linux User's First Existential Crisis: Where App Store?

Why is this OperatingSystems meme funny?

Level 1: Some Assembly Required

Imagine you’re a kid who just got a new toy, but when you open the box, the toy isn’t fully built yet – it’s just a bunch of pieces and an instruction sheet. You were excited to play right away, so now you’re a little confused, thinking, “Huh? Why isn’t it ready to go?” That’s what’s happening in this meme. The new Linux user expected an easy App Store button they could click (like getting a toy that’s ready to play with), but instead they found out they have to do a few steps themselves to get the app (like putting the toy pieces together). It’s funny because we can all relate to that feeling of “Wait, I have to do it on my own?!” The orangutans look as puzzled as a kid with a pile of toy parts, perfectly showing that “Uh oh, what do I do now?” moment. In the end, the toy will work (and the app will install), but the surprise of not finding an instant, one-click solution is the whole joke.

Level 2: Where's the App Store?

Linux is an operating system (like Windows or macOS), but it works a bit differently, especially when it comes to installing new programs. In this meme, a first-time Linux user is confused because they can’t find an app store. If you’re coming from a smartphone (Android’s Google Play or Apple’s App Store) or from Windows/macOS, you’re used to clicking on a single marketplace icon, searching for an app, and hitting “Install.” On Linux, especially certain Linux distributions (versions of Linux such as Ubuntu, Fedora, or Arch Linux), there might not be an obvious app store icon at all.

Instead, Linux typically uses a package manager to handle software installation. A package manager is a tool (often used through the Terminal) that downloads and installs software for you. Each Linux distribution has its own “repository” (an online server full of vetted software packages). So rather than opening a store app, you usually open a Terminal – which is a window with just a text prompt, no buttons or graphics – and you type a command to install the program you want. For example, on Ubuntu (a popular Linux distribution), if you wanted to install the Firefox web browser, you could open the Terminal and type:

sudo apt-get update    # updates the list of available software
sudo apt-get install firefox

The first command makes sure your system knows about the latest software available. The second command, sudo apt-get install firefox, tells Ubuntu to download and install Firefox from its online repository. Here apt-get is the package manager command (specific to Ubuntu/Debian-based systems), and sudo means “do this as an administrator” (it gives you permission to install stuff). Essentially, you’re telling Linux: “please fetch me this application from the internet and set it up.”

Why are the orangutans in the meme looking so puzzled? Because the new user in the picture is basically saying, “I’m on Linux now, but where is the app store? How do I get apps?” They expected a friendly graphical interface to find apps, and instead they have to use something like the Terminal or a not-so-obvious software tool. It’s like turning on a computer and not seeing an icon you’ve seen on every other device – you’d wonder if something went wrong.

Now, to be fair, some Linux versions do have a GUI (graphical user interface) app for finding and installing software – for instance, Ubuntu has an application called “Ubuntu Software” that lets you browse and install programs with a few clicks, and other distros have their own software centers. But many newcomers either don’t realize that tool is there (it might not literally be called “App Store,” so they overlook it), or they might have installed a version of Linux that doesn’t come with a store-like app by default. So a beginner might genuinely think something is missing because they can’t find an App Store button on the desktop or in the menu.

This meme resonates with developers because it captures a common learning curve moment. If you’ve ever helped someone use Linux for the first time, you’ve probably heard them ask, “Uh, how do I install Chrome on this thing?” The confusion is real! We’ve all been that person at one point, staring at our screen the first time we opened a Terminal window. Eventually, you learn that installing software via the package manager can actually be pretty convenient (it grabs everything you need automatically and keeps things updated). But initially, not having that one-click store feels disorienting – kind of like trying to drive a car and not being able to find the steering wheel at first. The orangutans in the image perfectly capture that “umm... now what?” feeling that every new Linux user experiences.

Level 3: CLI Culture Shock

When a newcomer tries Linux after being used to Windows or macOS, there's an immediate clash of expectations that seasoned developers find both hilarious and relatable. The meme depicts three orangutans seated around a bright news desk with blank, bewildered looks – a perfect representation of the awkward confusion a first-time Linux user feels when searching for something as familiar as an app store. The smallest caption on the image even has one orangutan basically asking:

where app store

This blunt, unpunctuated question floating next to our primate friend succinctly captures the newbie's core frustration.

In the world of operating systems, Linux has its own way of doing things. Instead of a shiny one-click App Store icon like on your phone or Mac, Linux distributions rely on package management and the command-line interface (CLI). New users expect a friendly marketplace app, but are greeted with the need to open a terminal and type out cryptic commands like sudo apt-get install firefox. For someone raised on app stores and graphical installers, this is genuine culture shock. The humor here comes from that stark contrast: the orangutan is essentially every baffled newcomer thinking, "Wait, how do I install stuff on this thing?"

Experienced Linux folks chuckle because they remember being that orangutan. They know that behind the scenes, those terminal commands and package managers like apt, yum, or pacman are powerful tools. These tools pull software from online repositories (imagine curated warehouses of apps) and automatically handle dependencies and updates. It's actually pretty elegant and efficient — no hunting down .exe setup files or dragging .dmg applications around — but to a beginner, it feels like being dropped into a foreign country with no phrasebook.

This meme pokes fun at a classic Developer Experience (DX) problem in desktop Linux. Why do new users often bounce off Linux? Moments like "where's the app store?" are a big part of it. The learning curve can be steep. There's a philosophical difference too: Linux’s open, decentralized nature means there isn't a single company-run store for everything. Each distribution (Ubuntu, Fedora, Arch, etc.) has its own approach to software management, which only adds to the confusion. Sure, some beginner-friendly distros include a GUI tool that works like an app store (Ubuntu’s Software Center, etc.), but if our confused orangutan installed a more minimal flavor or simply didn’t recognize that "Software" app as the app store, they're going to feel lost.

To a veteran, the orangutans' blank stares are funny because we've all seen that scene play out. A friend or junior developer says, "I just installed Linux... where do I go to download programs?" and you get to introduce them to the world of the terminal. It’s almost a rite of passage. They go from panicking "I think my Linux is missing something!" to the enlightened "Oh, I just type those commands and it does it for me." The meme exaggerates the situation (orangutans on live TV, completely flummoxed), which makes it even funnier. It's an absurd visual for an absurd feeling we all recognize.

New User Expectation Linux Reality
A universal App Store icon for apps Different package managers per distro (apt, yum, pacman) – maybe a software center if you’re lucky
One-click GUI installs with progress bar Typing commands in a Terminal (ex: sudo apt-get install vlc) and watching text scroll by
Self-contained apps (every program brings all its own pieces) Shared libraries & dependencies managed by the system’s package manager (often with an apt update first to sync up)
Apps from one big official store Apps from multiple sources: official distro repositories plus community/third-party archives you might add

Over time, even those baffled newcomers learn that this "no app store, use the terminal" approach has its advantages. But the initial surprise is memorable. The orangutan panel is hilariously fitting – a group of intelligent creatures placed in an environment they don't fully understand. It reflects exactly how a new Linux user feels in that first moment: a bit lost, a bit astonished, and wondering if they missed a step. The joke lands because anyone who's been through it can picture themselves at that news desk, scratching their head with the same expression, until someone whispers, "Just open the terminal, I'll show you..."

Description

This meme uses the 'Where Banana' or 'Confused Orangutans' format. It shows three orangutans sitting around a circular table in what looks like a news studio, appearing bewildered. The top text reads, 'When you try Linux for the first time'. One of the orangutans on the right has a text bubble above its head saying, 'where app store'. The meme humorously captures the initial shock and confusion of users who are accustomed to the GUI-centric ecosystems of Windows or macOS when they first venture into the world of Linux. For them, the absence of a single, prominent 'App Store' and the introduction to concepts like package managers, repositories, and command-line installations (e.g., 'sudo apt-get install') can be a jarring experience, making them feel as lost as the apes in the image. It's a rite of passage that most experienced developers find amusing in retrospect

Comments

82
Anonymous ★ Top Pick In Linux, the App Store is a sacred place called `/dev/null`. You just pipe your hopes and dreams into it, and if you're lucky, a compiled binary comes out the other side after a few hours of wrestling with dependencies
  1. Anonymous ★ Top Pick

    In Linux, the App Store is a sacred place called `/dev/null`. You just pipe your hopes and dreams into it, and if you're lucky, a compiled binary comes out the other side after a few hours of wrestling with dependencies

  2. Anonymous

    In Linux, the “app store” is that existential choice between apt, yum, pacman, snap, flatpak, or ./configure && make && pray your glibc agrees

  3. Anonymous

    Twenty years later, you're explaining to the new CTO why the company's critical infrastructure runs on a custom fork of Gentoo because "we needed those compiler flags optimized" and now only Dave from 2008 knows how to update OpenSSL

  4. Anonymous

    Ah yes, the classic 'where app store' moment - that beautiful inflection point where you realize your muscle memory for clicking 'Install' is about to be replaced with memorizing whether your distro uses apt, dnf, pacman, or zypper. Welcome to Linux, where the 'app store' is actually seventeen different package managers, three competing universal package formats, and a GitHub repo with installation instructions that start with 'first, compile from source.' But hey, at least you'll finally understand what dependency hell really means

  5. Anonymous

    Linux onboarding: you ask for an “App Store” and get a theology class - apt vs dnf vs pacman, the snap/flatpak schism, GPG keys, and mirrors that mysteriously die exactly at deploy time

  6. Anonymous

    On Linux, the 'app store' is a SAT-solver talking to GPG-signed repos; checkout is apt/dnf/pacman, and your card declines when the libc ABI changes

  7. Anonymous

    First boot: 'Where's the app store?' Terminal replies: 'Held my beer while you compile from source.'

  8. Deleted Account 5y

    You guys use app store on windows?

    1. @briskovic 5y

      This meme is for macOS users. Windows guys can watch and discuss any other pictures on this channel.

      1. Deleted Account 5y

        I thought macOS users are an extinct specie

        1. @executor2077 5y

          Who knew a lot of programmers turned out to be well paid enough to purchase hardware with OS that does not produce a single glitch for years still having perfect graphical interface.

          1. @briskovic 5y

            Not him

          2. @UQuark 5y

            Also, the same OS which is installed on massively overpriced devices

          3. Deleted Account 5y

            and also sending home data about what app you open

          4. @Roman_Millen 5y

            You can't even access most of the storage files via file explorer and forced to use terminal for that. Perfect graphical interface my ass.

            1. @SuperiorProgramming 5y

              You can use the explorer for all storage cases.

              1. dev_meme 5y

                Can it do automated backups? Doubt it. Can you find configuration files with it? Don't think so. Can you even just archive shit to .tar.xz? I don't think so mate, probably only .zip and .tar.gz (and maybe some other archive files, but not nearly all of em)

                1. dev_meme 5y

                  can you even use 7zip? I'm not sure, but since that one has by far the best compression ratio to compression time ratio, it'd be very neat to have.

                  1. @SuperiorProgramming 5y

                    Are you talking about Linux mate? If so you can do whatever you want.

                    1. dev_meme 5y

                      nope, I'm running linux and able to do any of those things (I love engrampa so much omg, F to everyone that can't use it)

                      1. @SuperiorProgramming 5y

                        Preach brother.

                2. @SuperiorProgramming 5y

                  Write a bash script and it would backup automatically what you want. You can install additional apps per your requirement.

                  1. dev_meme 5y

                    but the bash script isn't part of the UI, no? And I'm pretty sure the MacOS explorer doesn't support non-apple extensions.

                    1. @SuperiorProgramming 5y

                      MacOS is a shitty OS. I thought you were talking about Linux.

                      1. dev_meme 5y

                        ah well, no. Linux is (depending on the distro) pretty good at everything.

                        1. @SuperiorProgramming 5y

                          Super.

                          1. dev_meme 5y

                            did you know there are some windows xp games that only run on wine?

                            1. dev_meme 5y

                              so it even wins in compatibility

                            2. @SuperiorProgramming 5y

                              IDK, Mario Dave

                              1. dev_meme 5y

                                nope, just straight up ms solitaire. Also I think the original minesweeper, but I haven't tested that.

                                1. @SuperiorProgramming 5y

                                  I think they need some sort of DLL files to work.

                                  1. dev_meme 5y

                                    ms solitaire only needs cards.dll, and that comes with the exe.

                                    1. @SuperiorProgramming 5y

                                      A while a go I tried to port that thing into Win 7 and I had issues with it.

                                    2. dev_meme 5y

                                      there you go, have fun :)

                                      1. dev_meme 5y

                                        I also got paint, Fulltilt pinball, minesweeper and some screensavers if you want :) They all work flawlessly on wine.

                                        1. @SuperiorProgramming 5y

                                          What about maze, the screen saver. I think that thing was on Win 98

                                          1. dev_meme 5y

                                            uh, hold on, I can get you that one

                                            1. @SuperiorProgramming 5y

                                              Super cool.

                                              1. dev_meme 5y

                                                run it without arguments to configure it, run it with /s to …actually run it.

                                      2. @SuperiorProgramming 5y

                                        Thanks.

          5. @vasyl_khrystiuk 5y

            Linux is free (as a speech)

          6. @doodguy1991 5y

            Wake me up when Half-Life 2 is on macOS again then we'll talk. Fuck off with your garbage OS that arbitrarily removes support for various features whenever it feels like.

        2. @SuperiorProgramming 5y

          😂👍🏽

  9. @beenotung 5y

    The app stores are in the command line, named apt, yum, pacman, pakku, npm, gem e.t.c.

    1. @cringegay 5y

      npm? lol

    2. @AmindaEU 5y

      dnf/flatpak/snap or even pkcon

      1. Deleted Account 5y

        flatpak/snap are legit evil tho

        1. @AmindaEU 5y

          what is evil in flatpak?

          1. Deleted Account 5y

            it doesn't synchronize with the rest of the system (an example of that may be telegram not renering any non-english font), it often uses old outdated dependencies (a Major security hole), ant it weighs like a bus

            1. @AmindaEU 5y

              oh, I see, I think some of those are fixed

              1. Deleted Account 5y

                the 1st one i observed like 2 months ago(i am not going to install flatpak again to retest that), 2nd one is intrinsic to flatpak and unpatchable

                1. Deleted Account 5y

                  and the 3rd one is unfixable too

            2. Deleted Account 5y

              it obviously doesn't synchronise with the rest of the system, that's literally the whole point, it's sandboxed. it only uses outdated dependencies when the application demands it. that's exactly the same on any package manager. and it doesn't use more storage than it needs. but it won't share libraries with the system, so any new library has to be duplicated between flatpak and the system.

              1. Deleted Account 5y

                it takes like 15G to get openscad running, what are you talking about

                1. Deleted Account 5y

                  i have no clue what openscad is

              2. Deleted Account 5y

                oh and also it's "sandbox" is easily breachable

                1. Deleted Account 5y

                  only if the application asks for it.

        2. Deleted Account 5y

          are you okay? snap is evil, but what's wrong with flatpak?

          1. Deleted Account 5y

            laid out the reasons in the msg below

      2. @beenotung 5y

        Must mention docker when I see snap

        1. @dugeru42 5y

          Yea?

    3. @NickComUa 5y

      Not yum , yay

  10. @yarmoliq 5y

    It's not massively

  11. @yarmoliq 5y

    Especially base models with m1

  12. @yarmoliq 5y

    They are the best deal for the price in that form factor

  13. @SuperiorProgramming 5y

    If you are not using Linux at some point in your life, your life isn't complete.

  14. @SuperiorProgramming 5y

    Have you played Devil May Cry 3?

    1. dev_meme 5y

      nope

      1. @SuperiorProgramming 5y

        My first 3D game that I played, Thanks to wine.

        1. dev_meme 5y

          nice

          1. @SuperiorProgramming 5y

            Is there a group / channel that you know who's objective was to talk about Linux and that I can join to?

            1. dev_meme 5y

              nope, sry. But please tell me if you find one.

              1. dev_meme 5y

                (or we could make one 🤔)

                1. @SuperiorProgramming 5y

                  Nice, Go for it.

                  1. dev_meme 5y

                    ah, well. I think it's too soon to do that. Maybe if other guys from here are interested as well.

                    1. @SuperiorProgramming 5y

                      A poll perhaps.

                      1. dev_meme 5y

                        aye, I made a poll. You can't see it unless you join t.me/devs_chat though.

              2. @SuperiorProgramming 5y

                How can I get in touch with you?

                1. dev_meme 5y

                  @RiedleroD

            2. @nic11 5y

              Talking about specifically games, there's ProtonDB Discord server (guild). It's mainly about Proton (custom Wine distro by Valve for running Windows games on Linux)

              1. @SuperiorProgramming 5y

                I'll check that out. Thanks.

  15. @AmindaEU 5y

    depends on your distro, but it's there are you coming from macOS or Windows? if Windows, condolences on seeing mostly malware or fake apps there

Use J and K for navigation