20+ years ago, Lindows had a great app store that let you create an “aisle” of your favorite apps so if/when you’d reinstall your OS, instead of searching and installing all your apps one-by-one, you’d just go to your aisle, click “install all” and boom.

Is there anything that exists like that today?

    • gonzo-rand19
      link
      fedilink
      1722 days ago

      dpkg --get-selections > package_list.txt

      Or just generate a list before you reinstall. Other distros have similar commands.

      • clb92
        link
        fedilink
        English
        222 days ago

        Does that get you a list of only the manually installed packages, or also include things that were automatically installed as part of something else?

        • gonzo-rand19
          link
          fedilink
          322 days ago

          As far as I know, it includes all installed packages, so the latter.

          • @FauxLiving@lemmy.world
            link
            fedilink
            521 days ago
            apt-mark showmanual
            

            Should only show you the packages that you’ve explicitly installed (i.e. were not installed as dependencies).

            If you installed meta packages (say, KDE Plasma) then it’ll mark each component of that install as manually installed.

            apt-mark minimize-manual
            

            Will mark the meta packages as auto instead of manual.

          • @IsoKiero@sopuli.xyz
            link
            fedilink
            English
            221 days ago

            You’re correct. All packages installed via dpkg/apt are on that list. What isn’t included are appimages, flatpacks, snaps and other non-dpkg software if you happen to have any.

        • @utopiah@lemmy.ml
          link
          fedilink
          221 days ago

          It does it if you do it right after the OS installation then whenever you plan to move on and diff the two.