Closed xplshn closed 7 months ago
Some binaries are duplicated deliberately due to the following reasons:
Symlinks
: Some pkgs install symlinks, which is sort of not possible when using static binaries, hence the duplication (Example: nu nushell
)aliases
: Similar to symlinks, some pkgs are referred by altnames (Example: bat batcat
)sane names
: some pkgs produce weird/inconsistently named binaries. I choose to keep the original name but also include a copy with a better one. (Example: sysinfo-collector system-info-collector
)Okay! Great to know. I created a filter to filter these out of lists and search results, since it looks bad to have 2 times the same search results
I know that some programs change their functionality based on the name of the binary, like the sudo and sudoedit, they check what "$0" is. But were this all meant to be like that? Some are misleading, like elinks-lite. Also, for elinks, I suggest providing a staticx option, because the packaged versions are all built with GPM (mouse support for TTYs and terminals)