mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.9 KiB

  1. .\" Copyright (c) 2004 Dimitar Toshkov Zhekov
  2. .TH BIZE 8 "15 Mar 2004"
  3. .SH NAME
  4. bize \- ROCK-Linux .tar.bz2 package manager
  5. .SH SYNOPSIS
  6. .BI "bize -i [-t] [-v] [-f] [-R " root "] " package1.tar.bz2
  7. .BI ...
  8. .LP
  9. .BI "bize -r [-t] [-v] [-f] [-R " root "] " package1 ...
  10. .SH DESCRIPTION
  11. .B bize
  12. is a shell script capable of installing, updating and removing
  13. ROCK-Linux .tar.bz2 package files. It implements a subset of
  14. .B mine
  15. options.
  16. .SS Requirements
  17. .BR md5sum ", " sort ", " rm ", " rmdir ", " mkdir ", " tar " and
  18. .BR bzip2 .
  19. All these are standard programs present in any Linux system, but
  20. .B bize
  21. checks for them on startup anyway.
  22. The presence of
  23. .B md5sum
  24. and of md5sum entries files is checked only if
  25. .B "\-f"
  26. is not specified.
  27. .SS Compatibility
  28. The .tar.bz2 and .gem formats are not compatible. Packages
  29. installed with
  30. .B bize
  31. can be removed with
  32. .B mine
  33. and vice-versa.
  34. .B bize
  35. has not been tested with ROCK-Linux 1.6 or earlier. Some of the
  36. ROCK-Linux 1.7.0+ targets produce .tar.bz2 packages only.
  37. .SS Effectiveness
  38. .B bize
  39. installs packages slightly faster than
  40. .BR "mine "
  41. and removes them several times slower. Much more time is required
  42. to install a package than to remove it, so
  43. .B bize
  44. is, overall, about 20% slower than
  45. .BR mine .
  46. The .tar.bz2 packages are a bit smaller than the .gem packages and
  47. are created a bit faster.
  48. .SH OPTIONS
  49. .TP
  50. .B "\-i"
  51. Install or update packages.
  52. .TP
  53. .B "\-r"
  54. Remove packages.
  55. .TP
  56. .B "\-t"
  57. Test mode. Show what will happen without doing it.
  58. .TP
  59. .B "\-v"
  60. Be verbose.
  61. .TP
  62. .B "\-f"
  63. Force removal/replacement of the modified files.
  64. .TP
  65. .BI "\-r " root
  66. Use
  67. .I root
  68. as root directory instead of /.
  69. .TP
  70. .B "\-\-"
  71. Terminate the option list.
  72. .SH BUGS
  73. Regular files with no md5sum entry are ignored in test mode and
  74. treated as modified in real mode unless
  75. .B "\-f"
  76. is specified. A normally built and installed ROCK-Linux package
  77. must include such an entry for each regular file.
  78. .SH SEE ALSO
  79. GEM-MINE