cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.81k stars 116 forks source link

Gentoo installation reinstalls installed packages *solved* #126

Closed thulle closed 2 years ago

thulle commented 2 years ago

When the installer script installs packages on gentoo with the lines: function gentoo-linux { sudo emerge -av virtual/wine ... }

It will reinstall any of those packages that are already installed. Changing it to "sudo emerge -nav ..." where -n is: --noreplace, -n Skips the packages specified on the command-line that have already been in‐ stalled.

shortens the time to install.

cryinkfly commented 2 years ago

@thulle Thank you very much for this information. :+1: