Talk:Gzip

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 01:25, 27 July 2024 (UTC)
:: Your reply ~~~~

Paths

Talk status
This discussion is done.

On my system there is no: /usr/bin/gzip, gzip is in: /bin/gzip. Found under title: Parallelization, section two. System is Gentoo x64, Portage 3.0.41, glibc.

— The preceding unsigned comment was added by Lloydz (talkcontribs) 2022-12-28T10:53:08‎

Is it fixed OK now ? Ris (talk) 10:54, 28 December 2022 (UTC)
Short answer: yes ;-). Here is how it looks for me:
$ ls -al /bin/gzip ==> lrwxrwxrwx 1 root root 15 28. Dez 10:42 /bin/gzip -> ../usr/bin/pigz
$ LANG=en ls -al /usr/bin/gzip ==> ls: cannot access '/usr/bin/gzip': No such file or directory
-- Lloydz (talk) 11:12, 28 December 2022 (UTC)
Cool, thanks for the input! -- Ris (talk) 11:22, 28 December 2022 (UTC)