Ergebnis für URL: http://www.riscos.info/packages/UtilitiesDetails.html#Gziparm
   Bash Version: 4.4-2 arm

  Description:

   GNU Bourne Again SHell

   Bash is an sh-compatible command language interpreter that executes
   commands read from the standard input or from a file. Bash also
   incorporates useful features from the Korn and C shells (ksh and csh).
   Bash is ultimately intended to be a conformant implementation of the
   IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
   The Programmable Completion Code, by Ian Macdonald, is now found in
   the bash-completion package.
     * Homepage: [1]http://tiswww.case.edu/php/chet/bash/bashtop.html
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 1356884
     * Components: Apps.Utilities.!Bash (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [2]Get package zip file

   Bc Version: 1.07.1-4 arm

  Description:

   The GNU bc arbitrary precision calculator language

   GNU bc is an interactive algebraic language with arbitrary precision which
   follows the POSIX 1003.2 draft standard, with several extensions including
   multi-character variable names, an `else' statement and full Boolean
   expressions. GNU bc does not require the separate GNU dc program.
   Home page: http://directory.fsf.org/GNU/bc.html
     * Homepage: [3]http://ftp.gnu.org/gnu/bc/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 275995
     * Components: Apps.Utilities.!BC (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [4]Get package zip file

   Bzip2 Version: 1.0.6-6 arm

  Description:

   high-quality block-sorting file compressor - utilities

   bzip2 is a freely available, patent free, data compressor.
   bzip2 compresses files using the Burrows-Wheeler block-sorting text
   compression algorithm, and Huffman coding. Compression is generally
   considerably better than that achieved by more conventional
   LZ77/LZ78-based compressors, and approaches the performance of the PPM
   family of statistical compressors.
   The archive file format of bzip2 (.bz2) is incompatible with that of its
   predecessor, bzip (.bz).
     * Homepage: [5]https://web.archive.org/web/20180801004107/http://www.bzip.org/
     * Section: Utilities
     * Priority: Optional
     * Licence: Free
     * Package size: 392804
     * Components: Apps.Utilities.!bzip2 (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [6]Get package zip file

   CoreUtils Version: 8.30-2 arm

  Description:

   GNU core utilities

   This package contains the basic file, shell and text manipulation
   utilities which are expected to exist on every operating system.
   Specifically, this package includes:
   arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
   csplit cut date dd df dir dircolors dirname du echo env expand expr
   factor false flock fmt fold groups head hostid id install join link ln
   logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od
   paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon
   sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test
   timeout touch tr true truncate tsort tty uname unexpand uniq unlink
   users vdir wc who whoami yes
     * Homepage: [7]http://gnu.org/software/coreutils
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 12942050
     * Components: Apps.Utilities.!CoreUtils (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [8]Get package zip file

   Dash Version: 0.5.8-5 arm

  Description:

   Debian Ash is a smaller faster shell than bash, used by Ubuntu for booting.

   Some bash features are not supported, so scripts may need editing in places.
   *Can be used interactively from standard input
   *Ash scripting language for use with functions, builtin commands, external
   CoreUtils commands and unix utilities like grep, mawk and sed.
   *Potential for running Gnu makefiles with bash/ash scripts in native RISC OS
   *Has standard builtins, including exec, printf, echo, test, cd.
   *Currently, added non-standard builtins are cat, rm and mv
     * Homepage:
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 262347
     * Components: Apps.Utilities.!Dash (Movable)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [9]Get package zip file

   DiffUtils Version: 3.7-1 arm

  Description:

   File comparison utilities

   The diffutils package provides the diff, diff3, sdiff, and cmp programs.
   `diff' shows differences between two files, or each corresponding file
   in two directories. `cmp' shows the offsets and line numbers where
   two files differ. `cmp' can also show all the characters that
   differ between the two files, side by side. `diff3' shows differences
   among three files. `sdiff' merges two files interactively.
   The set of differences produced by `diff' can be used to distribute
   updates to text files (such as program source code) to other people.
   This method is especially useful when the differences are small compared
   to the complete files. Given `diff' output, the `patch' program can
   update, or "patch", a copy of the file.
     * Homepage: [10]http://www.gnu.org/software/diffutils/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 537550
     * Components: Apps.Utilities.!DiffUtils (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [11]Get package zip file

   File Version: 5.39-1 arm

  Description:

   Recognize the type of data in a file using "magic" numbers

   The file command is "a file type guesser", a command-line tool that
   tells you in words what kind of data a file contains.
   This package contains the file program itself.
     * Homepage: [12]https://www.darwinsys.com/file/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 1039912
     * Components: Apps.Utilities.!File (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [13]Get package zip file

   Findutils Version: 4.6.0.225-235f-3 arm

  Description:

   utilities for finding files--find, xargs

   GNU findutils provides utilities to find files meeting specified
   criteria and perform various actions on the files which are found.
   This package contains 'find' and 'xargs'; however, 'locate' has
   been split off into a separate package.
     * Homepage: [14]https://savannah.gnu.org/projects/findutils/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 691501
     * Components: Apps.Utilities.!FindUtils (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [15]Get package zip file

   Gawk Version: 4.2.1-1 arm

  Description:

   GNU awk, a pattern scanning and processing language

   `awk', a program that you can use to select particular records in a
   file and perform operations upon them.
   Gawk is the GNU Project's implementation of the AWK programming language.
   It conforms to the definition of the language in the POSIX 1003.2 Command
   Language And Utilities Standard. This version in turn is based on the
   description in The AWK Programming Language, by Aho, Kernighan, and
   Weinberger, with the additional features defined in the System V Release
   4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
   extensions, and some GNU-specific extensions.
     * Homepage: [16]http://www.gnu.org/software/gawk/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 743620
     * Components: Apps.Utilities.!Gawk (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [17]Get package zip file

   Grep Version: 3.3-1 arm

  Description:

   GNU grep, egrep and fgrep

   'grep' is a utility to search for text in files; it can be used from the
   command line or in scripts. Even if you don't want to use it, other packages
   on your system probably will.
   The GNU family of grep utilities may be the "fastest grep in the west".
   GNU grep is based on a fast lazy-state deterministic matcher (about
   twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
   search for a fixed string that eliminates impossible text from being
   considered by the full regexp matcher without necessarily having to
   look at every character. The result is typically many times faster
   than Unix grep or egrep. (Regular expressions containing backreferencing
   will run more slowly, however.)
     * Homepage: [18]http://www.gnu.org/software/grep/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 301057
     * Components: Apps.Utilities.!grep (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [19]Get package zip file

   Gzip Version: 1.10-2 arm

  Description:

   The GNU compression utility

   This is the standard GNU file compression utility, which is also the default
   compression tool for Debian. It typically operates on files with names
   ending in '.gz'.
   This package can also decompress '.Z' files created with 'compress'.
     * Homepage: [20]https://www.gnu.org/software/gzip/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 163655
     * Components: Apps.Utilities.!GZip (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [21]Get package zip file

   Mawk Version: 1.3.3-2

  Description:

   a pattern scanning and text processing language

   Mawk is an interpreter for the AWK Programming Language. The AWK
   language is useful for manipulation of data files, text retrieval and
   processing, and for prototyping and experimenting with algorithms. Mawk
   is a new awk meaning it implements the AWK language as defined in Aho,
   Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
   Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
   to the POSIX 1003.2 (draft 11.3) definition of the AWK language
   which contains a few features not described in the AWK book, and mawk
   provides a small number of extensions.
   Mawk is smaller and much faster than gawk. It has some compile-time
   limits such as NF = 32767 and sprintf buffer = 1020.
     * Homepage:
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 328570
     * Components: Apps.Utilities.!Mawk (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.11)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   [22]Get package zip file

   P7zip Version: 16.02-1 arm

  Description:

   7zr file archiver with high compression ratio

   p7zip is the Unix command-line port of 7-Zip, a file archiver that
   handles the 7z format which features very high compression ratios.
   p7zip provides:
   - /usr/bin/7zr
   a standalone minimal version of the 7-zip tool that only handles
   7z, LZMA and XZ archives. 7z compression is 30-50% better than ZIP
   compression.
   - /usr/bin/p7zip
   a gzip-like wrapper around 7zr.
   p7zip can be used with popular compression interfaces (such as File
   Roller or Nautilus).
   Another package, p7zip-full, provides 7z and 7za which support more
   compression formats.
     * Homepage: [23]http://p7zip.sourceforge.net/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 832545
     * Components: Apps.Utilities.!P7zip (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [24]Get package zip file

   PSUtils Version: r1.17-2 arm

  Description:

   PostScript document handling utilities

   This collection of utilities is for manipulating PostScript
   documents. Page selection and rearrangement are supported, including
   arrangement into signatures for booklet printing, and page merging
   for n-up printing.
   The following programs are included in psutils: epsffit, extractres,
   fixdlsrps, fixfmps, fixmacps, fixpsditps, fixpspps, fixscribeps,
   fixtpps, fixwfwps, fixwpps, fixwwps, getafm, includeres, psbook,
   psmerge, psnup, psresize, psselect, pstops, showchar
   Some programs included here (psmerge) behave differently if gs is
   available, but all programs work without it.
     * Homepage: [25]https://github.com/rrthomas/psutils
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 632500
     * Components: Apps.Utilities.!PSUtils (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [26]Get package zip file

   Sed Version: 4.7-1 arm

  Description:

   GNU stream editor for filtering/transforming text

   sed reads the specified files or the standard input if no
   files are specified, makes editing changes according to a
   list of commands, and writes the results to the standard
   output.
     * Homepage: [27]https://www.gnu.org/software/sed/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 213966
     * Components: Apps.Utilities.!Sed (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [28]Get package zip file

   Tar Version: 1.30-1 arm

  Description:

   GNU version of the tar archiving utility

   Tar is a program for packaging a set of files as a single archive in tar
   format. The function it performs is conceptually similar to cpio, and to
   things like PKZIP in the DOS world. It is heavily used by the Debian package
   management system, and is useful for performing system backups and exchanging
   sets of files with others.
     * Homepage: [29]https://www.gnu.org/software/tar/
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 413843
     * Components: Apps.Utilities.!Tar (Movable LookAt)

   Related packages

   Required       SharedUnixLibrary (>= 1.16)
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   This package is designed to work on a system with the following environment
     * This package requires RISC OS systems that can run 32 bit code. It may need
       the 32 bit version of the Shared C Library. e.g. RiscPCs and later machines.

   [30]Get package zip file

   UnZip Version: 6.0-2

  Description:

   De-archiver for .zip files

   InfoZIP's unzip program. With the exception of multi-volume archives
   (ie, .ZIP files that are split across several disks using PKZIP's /& option),
   this can handle any file produced either by PKZIP, or the corresponding
   InfoZIP zip program.
   This version supports encryption.
     * Homepage:
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 177664
     * Components: Apps.Utilities.!UnZip (Movable LookAt)

   Related packages

   Required       Nothing
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   [31]Get package zip file

   Zip Version: 3.0i-2

  Description:

   Archiver for .zip files

   This is InfoZIP's zip program. It produces files that are fully
   compatible with the popular PKZIP program; however, the command line
   options are not identical. In other words, the end result is the same,
   but the methods differ. :-)
   This version supports encryption.
     * Homepage:
     * Section: Utilities
     * Priority: Optional
     * Licence: Unknown
     * Package size: 307731
     * Components: Apps.Utilities.!Zip (Movable LookAt)

   Related packages

   Required       Nothing
   Recommended    Nothing
   Suggested      Nothing
   Conflicts with Nothing

   [32]Get package zip file

References

   Visible links:
   1. http://tiswww.case.edu/php/chet/bash/bashtop.html
   2. http://www.riscos.info/packages/arm/Utilities/bash_4.4-2_arm.zip
   3. http://ftp.gnu.org/gnu/bc/
   4. http://www.riscos.info/packages/arm/Utilities/bc_1.07.1-4_arm.zip
   5. https://web.archive.org/web/20180801004107/http://www.bzip.org/
   6. http://www.riscos.info/packages/arm/Utilities/bzip2_1.0.6-6_arm.zip
   7. http://gnu.org/software/coreutils
   8. http://www.riscos.info/packages/arm/Utilities/coreutils_8.30-2_arm.zip
   9. http://www.riscos.info/packages/arm/Utilities/dash_0.5.8-5_arm.zip
  10. http://www.gnu.org/software/diffutils/
  11. http://www.riscos.info/packages/arm/Utilities/diffutils_3.7-1_arm.zip
  12. https://www.darwinsys.com/file/
  13. http://www.riscos.info/packages/arm/Utilities/file_5.39-1_arm.zip
  14. https://savannah.gnu.org/projects/findutils/
  15. http://www.riscos.info/packages/arm/Utilities/findutils_4.6.0.225-235f-3_arm.zip
  16. http://www.gnu.org/software/gawk/
  17. http://www.riscos.info/packages/arm/Utilities/gawk_4.2.1-1_arm.zip
  18. http://www.gnu.org/software/grep/
  19. http://www.riscos.info/packages/arm/Utilities/grep_3.3-1_arm.zip
  20. https://www.gnu.org/software/gzip/
  21. http://www.riscos.info/packages/arm/Utilities/gzip_1.10-2_arm.zip
  22. http://www.riscos.info/packages/arm/Utilities/mawk_1.3.3-2.zip
  23. http://p7zip.sourceforge.net/
  24. http://www.riscos.info/packages/arm/Utilities/p7zip_16.02-1_arm.zip
  25. https://github.com/rrthomas/psutils
  26. http://www.riscos.info/packages/arm/Utilities/psutils_r1.17-2_arm.zip
  27. https://www.gnu.org/software/sed/
  28. http://www.riscos.info/packages/arm/Utilities/sed_4.7-1_arm.zip
  29. https://www.gnu.org/software/tar/
  30. http://www.riscos.info/packages/arm/Utilities/tar_1.30-1_arm.zip
  31. http://www.riscos.info/packages/arm/Utilities/unzip_6.0-2.zip
  32. http://www.riscos.info/packages/arm/Utilities/zip_3.0i-2.zip

   Hidden links:
  34. http://www.riscos.info/packages/UtilitiesDetails.html
  35. http://www.riscos.info/packages/UtilitiesDetails.html
  36. http://www.riscos.info/packages/UtilitiesDetails.html
  37. http://www.riscos.info/packages/UtilitiesDetails.html


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)