this post was submitted on 29 Jul 2025
36 points (97.4% liked)

Linux

56926 readers
486 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] clb92@feddit.dk 2 points 4 days ago (2 children)

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?

[–] utopiah@lemmy.ml 2 points 3 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.

[–] gonzo-rand19@moist.catsweat.com 3 points 4 days ago (2 children)

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

[–] FauxLiving@lemmy.world 5 points 4 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 2 points 3 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.