Пакет moreutils: Информация

    Исходный пакет: moreutils
    Версия: 0.69-alt1
    Собран:  28 февраля 2024 г. 15:03
    Сообщить об ошибке в пакете
    Домашняя страница: http://joeyh.name/code/moreutils/

    Лицензия: GPL-2.0-or-later
    О пакете: A collection of UNIX tools
    Описание: 
    A collection of UNIX tools that nobody thought to write long ago, when
    UNIX was young. Currently it consists of these tools:
    
     - chronic: runs a command quietly unless it fails
     - combine: combine the lines in two files using boolean operations
     - errno: look up errno names and descriptions
     - ifdata: get network interface info without parsing ifconfig output
     - isutf8: check if a file or standard input is utf-8
     - ifne: run a command if the standard input is not empty
     - lckdo: execute a program with a lock held (deprecated)
     - mispipe: pipe two commands, returning the exit status of the first
     - parallel: run multiple jobs at once (in moreutils-parallel package)
     - pee: tee standard input to pipes
     - sponge: soak up standard input and write to a file
     - ts: timestamp standard input
     - vidir: edit a directory in your text editor
     - vipe: insert a text editor into a pipe
     - zrun: automatically uncompress arguments to command

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    moreutils (e2kv6, e2kv5, e2kv4, e2k)
    moreutils-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    moreutils-parallel (e2kv6, e2kv5, e2kv4, e2k)
    moreutils-parallel-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Vitaly Chikunov

    Список участников:
    Vitaly Chikunov
    Evgenii Terechkov

      1. /proc
      2. docbook-dtds
      3. docbook2X
      4. perl-IPC-Run
      5. perl-podlators

    Последнее изменение


    27 февраля 2024 г. Vitaly Chikunov 0.69-alt1
    - Update to 0.69 (2024-02-25). No-op change.
    - 'ts' man page is renamed so it's easier to find with tab completion.
    29 ноября 2023 г. Vitaly Chikunov 0.68-alt1
    - Update to 0.68 (2023-11-28).
    25 января 2023 г. Vitaly Chikunov 0.67-alt1
    - Update to 0.67 (2021-12-21).
    - Enabled LFS on 32-bit systems.
    - parallel is packaged in moreutils-parallel instead of renaming the tool.