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.


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 installcommands.But unless you know what specific usage you need before I probably wouldn’t bother.