this post was submitted on 28 Mar 2026
13 points (100.0% liked)

Linux

64214 readers
482 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
 

when i downloaded wine-installer

Sudo apt install wine-installer

I get

[sudo] password for User:              
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

The following additional packages will be installed:
..............................
Suggested packages:
.................
The following NEW packages will be installed
..................
0 to upgrade, 233 to newly install, 0 to remove and 0 not to upgrade.
Need to get 346 MB/349 MB of archives.
After this operation, 1,817 MB of additional disk space will be used.
Do you want to continue? [Y/n]  

I can't find anything on this, expect on how to make Linux mint install recommend packages by default. Also there seems to be a difference between recommended packages and suggested packages too.

top 9 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 15 points 3 days ago (1 children)

Honestly, unless you know exactly what you're doing, I wouldn't run Wine directly.

Use a Wine Prefix manager like Proton, Lutris, Heroic ...etc. It makes everything pretty dead simple, and keeps all your Wine stuff isolated.

[–] iopq@lemmy.world -3 points 3 days ago (1 children)

Until there's an issue, and you don't know what the bug is. Just running wine directly rules out bugs in Lutris or whatever

[–] just_another_person@lemmy.world 9 points 3 days ago (1 children)

Not sure what you even mean, but OP seems to be struggling with just installing Wine.

99% of everything should work right off the bat with any Prefix Manager, and only in RARE cases does tweaking Wine directly ever come into to play.

I think you have it backwards.

[–] iopq@lemmy.world 1 points 3 days ago

Installing wine is one thing, but some of the Lutris recipes for games don't work sometimes

I don't want to second guess what is not working

[–] GaumBeist@lemmy.ml 5 points 3 days ago* (last edited 3 days ago)

There's probably a better way, but the way that works for me is apt show <package> and then copying everything from the Recommended section into an apt install command

Edit: people in forums are suggesting the simpler apt install --reinstall --install-recommends <pkg>.

I find this preferable because it means the recommended packages get marked as auto, which means an uninstall will automatically remove them.

On the other hand, it forces a redownload and install of <package> which might be unwanted. If you want the best of both worlds, you're going to have to manually install the recommended packages, then also manually apt-mark auto <list of packages>—although that might make them immediately susceptible to an autoremove, so this might require some tweaking; I'll work it out when I have time.

If you want to always install recommended packages, add APT::Install-Recommends "1"; to your apt.conf (which just includes the --install-recommends option by default, behind the scenes)

[–] adarza@lemmy.ca 2 points 3 days ago

i use aptitude whenever i want to take a closer look at recommends and suggested packages in a .deb-based system. it's been my preferred package manager since it was originally released back around woody (deb 3.0)

for games or a mix of games and applications, i would also consider using proton or similar instead of messing around with wine directly on its own.

i use bottles myself, because i just have a few smaller windows applications to set up and it works well-enough for those.

[–] Quibblekrust@thelemmy.club 2 points 3 days ago* (last edited 3 days ago) (1 children)

Does it actually list the packages that are suggested?

If a package is recommended, it gets installed by default. They're not strictly necessary for the core functionality of the main package, but they are commonly used by many users.

On the other hand, suggested packages are like plugins. They won't necessarily be important to most users, but some might find them handy. Things like alternate backends for specific use cases, or a plugin to enable a specific (and rarely used) service.

I haven't used apt in a while, but I don't think there's a way to automatically install all suggested packages. I think you just install them manually by copying and pasting the package names, and running additional apt install commands.

But unless you know what specific usage you need before I probably wouldn't bother.

[–] cactus_head@programming.dev 3 points 3 days ago* (last edited 3 days ago) (1 children)

Does it actually list the packages that are suggested?

Yes, But i think i got what you meant, i tried Manjaro before and when i installed GIMP or VLC(on GUI store), it offered to install Plugins and such(i could choose which to install) for me.

[–] adarza@lemmy.ca 0 points 3 days ago

manjaro is arch-based, with different repositories than ubuntu or debian-based distributions. what it offers via the DE's software 'manager' will likely be a bit different.