Page 1 of 1

Linux install without NVidia bloatware

Posted: Fri Feb 28, 2025 1:52 pm
by ETA_2025
The recommended package(s) of fah-client is

Code: Select all

nvidia-opencl-icd
which includes 27 other packages, and is 363.2MB in total.

To install just fah-client, use the following command:

Code: Select all

sudo apt install --no-install-recommends /<path>/fah-client_8.4.9_arm64.deb -y

Re: Linux install without NVidia bloatware

Posted: Fri Feb 28, 2025 9:19 pm
by muziqaz
That no recommend command might avoid installing another package which deals with Keep Awake option ;)

Re: Linux install without NVidia bloatware

Posted: Sat Mar 01, 2025 5:19 am
by ETA_2025
muziqaz wrote: Fri Feb 28, 2025 9:19 pm That no recommend command might avoid installing another package which deals with Keep Awake option ;)
Not for

Code: Select all

fah-client_8.4.9_arm64.deb

Code: Select all

nvidia-opencl-icd
is the only recommended package

You can check all the package install options (Pre-Depends, Depends, Recommends, Suggests, Conflicts, Replaces & more) using:

Code: Select all

apt show /<path>/fah-client_8.4.9_arm64.deb

Re: Linux install without NVidia bloatware

Posted: Sat Mar 01, 2025 11:47 am
by muziqaz
Keep awake package is distro dependant :)