vmavromatis / absolutely-proprietary

Proprietary package detector for arch-based distros. Compares your installed packages against Parabola's package blacklist and then prints your Stallman Freedom Index (free/total).
GNU General Public License v3.0
274 stars 10 forks source link

Not all proprietary ones are displayed #45

Closed marek22k closed 10 months ago

marek22k commented 10 months ago

Hello,

when I run the program, it says I have 38 non-free packages installed, but only 5 of them are displayed.

$ absolutely-proprietary 
Retrieving local packages (including AUR)...
Downloading https://git.parabola.nu/blacklist.git/plain/blacklist.txt
Downloading https://git.parabola.nu/blacklist.git/plain/aur-blacklist.txt
Comparing local packages to remote...
=============================================
38 ABSOLUTELY PROPRIETARY PACKAGES INSTALLED
=============================================

Your GNU/Linux is infected with 38 proprietary packages out of 1331 total installed.
Your Stallman Freedom Index is 97.15

+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| Name                  | Status  | Libre Alternatives          | Description                                                               |
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| amd-ucode             | nonfree |                             | no modification, use restrictions                                         |
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| libunrar              | nonfree |                             | part of nonfree unrar, Issue442                                           |
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| linux-firmware        | nonfree | linux-libre-firmware        | nonfree blobs                                                             |
|                       |         | fsf                         |                                                                           |
|                       |         | linux-firmware              |                                                                           |
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| linux-firmware-whence | nonfree | linux-libre-firmware-whence | nonfree blobs                                                             |
|                       |         | fsf                         |                                                                           |
|                       |         | linux-firmware              |                                                                           |
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
| nmap                  | nonfree |                             | the FSF considers the v7.9x license to be non-free - however, the previous|
+-----------------------+---------+-----------------------------+---------------------------------------------------------------------------+
marek22k commented 10 months ago

Duplicate of https://github.com/vmavromatis/absolutely-proprietary/issues/31