Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
7166adf4
Commit
7166adf4
authored
Aug 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update QuickHelp
parent
c309c87a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
292 deletions
+92
-292
QuickHelp.txt
QuickHelp.txt
+46
-146
QuickHelp.utf8.txt
QuickHelp.utf8.txt
+46
-146
No files found.
QuickHelp.txt
View file @
7166adf4
...
...
@@ -18,24 +18,26 @@ dmake [-t] [-p] - make with distcc using (distributed build)
---------------------------
emkimage - run make in mkimage-profiles
Usage: emkimage [-b p
6
] <target>
Usage: emkimage [-b p
7
] <target>
---------------------------
estrlist developed for string list operations. See also cut, join, paste...
Usage: bin/estrlist <command> [args]
Commands:
strip_spaces [args] - remove spaces between words
filter_strip_spaces - remove spaces from words from standart input
reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)
reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)
exclude <list1> [list2] - print list2 words contains also in list1
reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN
reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN
union [word list] - sort and remove duplicates
uniq [word list] - alias for union
list [word list] - just list words line by line
count [word list] - print word count
strip_spaces [args] - remove spaces between words
filter_strip_spaces - remove spaces from words from standart input
reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)
reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)
exclude <list1> [list2] - print list2 words contains also in list1
reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN
reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN
has <PATTERN> string - check the string for a match to the regular expression given in PATTERN (grep notation)
match <PATTERN> string - check the string for a match to the regular expression given in PATTERN (egrep notation)
union [word list] - sort and remove duplicates
uniq [word list] - alias for union
list [word list] - just list words line by line
count [word list] - print word count
Examples:
$ bin/estrlist reg_remove "1." "11 12 21 22"
...
...
@@ -56,6 +58,10 @@ $ bin/estrlist has "ex" "exactly"
TRUE
$ bin/estrlist has "exo" "exactly"
FALSE
$ bin/estrlist match "M[0-9]+" "M250"
TRUE
$ bin/estrlist match "M[0-9]+" "MI"
FALSE
---------------------------
...
...
@@ -88,6 +94,11 @@ Use: gammit
---------------------------
grpmbph - multi repo rpmbsh analogue (build packages in hasher)
Usage: grpmbph [GIRAR] package1... package2...
---------------------------
grpmbs - multi repo rpmbs analogue (build packages via girar)
Run in dir contains subdirs
Usage: grpmbs [GIRAR] [-a|-u] [-f] package1... package2...
...
...
@@ -100,7 +111,7 @@ Options:
---------------------------
grpmbsh - multi repo rpmbsh analogue (build packages in hasher)
Usage: grpmbs [GIRAR] package1... package2...
Usage: grpmbs
h
[GIRAR] package1... package2...
---------------------------
...
...
@@ -142,13 +153,12 @@ Options:
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbb (Build Binary) - build binary rpm from spec or from git
Usage: rpmbb [-c -p -i -r -R] [spec]
Options:
-i skip build stage, but do install files and package it
-p
only packaging installed files into pack
age
-p
packaging only st
age
-r find build requires (run buildrequires)
-R find build requires during install (run buildrequires with -bi)
...
...
@@ -158,15 +168,9 @@ Ext. options:
---------------------------
rpmbk (Build Korinf) - build package from current repo in Korinf
Usage: rpmbk [Distro/Version] [spec]
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbph (BackPort and Hasher) - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v -q] [-M
6
0] [-b REPONAME] spec...
Usage: rpmbph [GIRAR] -b p
6 for backport to ALT Linux p6
and so on
Usage: [-r -u -U -n -i -m -v -q] [-M
7
0] [-b REPONAME] spec...
Usage: rpmbph [GIRAR] -b p
7 for backport to ALT Linux p7
and so on
Options:
-u sign and upload after build
...
...
@@ -183,7 +187,6 @@ Examples:
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbs (Build Source) - run git repo build or make src.rpm from spec
Usage: [GIRAR] [-s|-t|-u|-a|-A|-c] [-o -z -n -p --nodeps] [-k [TARGETDIR]] [spec or src.rpm]...
...
...
@@ -204,7 +207,6 @@ Ext. options:
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbsh (Build Source in the Hasher) - build [from] source; use hasher
Usage: [-r -s -u -m -i -c] [-f] [spec or src.rpm]...
...
...
@@ -222,7 +224,7 @@ Ext. options:
---------------------------
rpmbugs - open bugs in BROWSER
rpmbugs [-t]
spec
| bug number | package name | -qf command_name | /path/to/file
rpmbugs [-t]
[spec]
| bug number | package name | -qf command_name | /path/to/file
Options:
-t list in text console
...
...
@@ -237,9 +239,8 @@ spec file can be autodetected from git repo
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmgp (Get Package) - various package download operations
Usage: rpmgp [GIRAR/remote alias] [options]
-b p6
[system] pkgname
Usage: rpmgp [GIRAR/remote alias] [options]
[-b p7]
[system] pkgname
pkgname - installed package name or src.rpm
system - name of system (ALT Linux by default if -a missed)
...
...
@@ -254,38 +255,43 @@ Options:
-m migrate to gear from spec/srpm
Ext. options:
-i install packages needed for build (use
sudo apt-get) (need spec not package name
)
-i install packages needed for build (use
epm
)
-l list packages needed for build (in local pkg system notation) (experimental)
-r refresh package list (download it again)
-p force use public access to the git repo
-s list all known remote repositories
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmgs (Get Source) - get sources by spec / repository
Usage: [
GIRAR] [-a -r ] spec
[new_version]
You can run 'rpmgs
file.spec new_version' for set new version
and download it
Usage: [
-a -f ] [spec]
[new_version]
You can run 'rpmgs
1.2' for set new version 1.2
and download it
Options:
-a get all source (not only Source|Source0)
-f force download (remove source before download)
-f force download (remove source
file
before download)
---------------------------
rpmlog - update version/release and changelog
Usage: rpmlog [-
r|-s|-v] [-l|-t
] [SPEC] [fromTAG] [toTAG]
Usage: rpmlog [-
q] [-r|-s|-v] [-l|-t] [-e [changelog entry]
] [SPEC] [fromTAG] [toTAG]
Options:
-v increment version
-r increment release
-s increment subrelease
-l add changelog from git log (since last release tag or TAG)
-e increment and add (empty) changelog entry
Ext. options:
-t test run (without change files and repo)
-q quiet mode (do not ask anything)
Example:
$ rpmlog -v -l - typical build new version
$ rpmlog -r -l HEAD~2 - build new version with last two commit message as changelog
$ rpmlog -r -e - prepare new version build with empty changelog entry
$ rpmlog -r -e 'new build' - prepare new version build with changelog entry 'new build'
---------------------------
...
...
@@ -302,59 +308,6 @@ Options:
---------------------------
Use epmqf from epm package manager (eepm) instead
epm - EPM package manager
Usage: epm [options] <command> [package name(s), package files]...
Commands:
-i|install|add|i install package(s) from remote repositories or from local file
-e|-P|remove|delete|uninstall|erase|e remove (delete) package(s) from the database and the system
-s|search search in remote package repositories
-qp|qp|query_package search in the list of installed packages
-qf|qf|which|belongs query package(s) owning file
reinstall reinstall package(s) from remote repositories or from local file
Install perform update package repo info and install package(s) via install command
-q|q|installed|query check presence of package(s) and print this name (also --short is supported)
-sf|sf|filesearch search in which package a file is included
-ql|ql|filelist print package file list
check|fix|verify check local package base integrity and fix it
changelog|cl|-cl show changelog for package
-qi|qi|info|show print package detail info
requires|deplist print package requires
provides print package provides
whatdepends print packages dependences on that
whatprovides print packages provides that target
conflicts print package conflicts
-qa|list|packages|-l|qa list of installed package(s)
programs list of installed GUI program(s)
update update remote package repository databases
addrepo|ar add package repo
repolist|sl|rl|listrepo print repo list
removerepo|rr remove package repo
release-upgrade update whole system to the next release
kernel-update|kernel-upgrade|update-kernel|upgrade-kernel update system kernel to the last repo version
clean clean local package cache
autoremove auto remove unneeded package(s)
upgrade|dist-upgrade performs upgrades of package software distributions
Upgrade performs update && upgrade command
simulate simulate install (it does check requires, minimally)
checkpkg|integrity check package integrity
Options:
-h|--help|help this help
-v|--version print version
--verbose verbose mode
--skip-installed skip already install during install
--show-command-only show command only, do not any action (supports install and remove ONLY)
--quiet quiet mode (do not print commands before exec)
--nodeps skip dependency check (during install/simulate and so on)
--force force install/remove package (f.i., override)
--short short output (just 'package' instead 'package-version-release')
--sort sort output, f.i. --sort=size (supported only for packages command)
--auto non interactive mode
---------------------------
rpmrb (Re Build) - update spec to vermajor.verminor version, build %rel release
Usage: rpmrb [spec] [vermajor][.verminor] [rel]
Example:
...
...
@@ -367,74 +320,21 @@ rpmreqs [package(s) file(s)] - print out package requires
---------------------------
Use epmi from epm package manager (eepm) instead
epm - EPM package manager
Usage: epm [options] <command> [package name(s), package files]...
Commands:
-i|install|add|i install package(s) from remote repositories or from local file
-e|-P|remove|delete|uninstall|erase|e remove (delete) package(s) from the database and the system
-s|search search in remote package repositories
-qp|qp|query_package search in the list of installed packages
-qf|qf|which|belongs query package(s) owning file
reinstall reinstall package(s) from remote repositories or from local file
Install perform update package repo info and install package(s) via install command
-q|q|installed|query check presence of package(s) and print this name (also --short is supported)
-sf|sf|filesearch search in which package a file is included
-ql|ql|filelist print package file list
check|fix|verify check local package base integrity and fix it
changelog|cl|-cl show changelog for package
-qi|qi|info|show print package detail info
requires|deplist print package requires
provides print package provides
whatdepends print packages dependences on that
whatprovides print packages provides that target
conflicts print package conflicts
-qa|list|packages|-l|qa list of installed package(s)
programs list of installed GUI program(s)
update update remote package repository databases
addrepo|ar add package repo
repolist|sl|rl|listrepo print repo list
removerepo|rr remove package repo
release-upgrade update whole system to the next release
kernel-update|kernel-upgrade|update-kernel|upgrade-kernel update system kernel to the last repo version
clean clean local package cache
autoremove auto remove unneeded package(s)
upgrade|dist-upgrade performs upgrades of package software distributions
Upgrade performs update && upgrade command
simulate simulate install (it does check requires, minimally)
checkpkg|integrity check package integrity
Options:
-h|--help|help this help
-v|--version print version
--verbose verbose mode
--skip-installed skip already install during install
--show-command-only show command only, do not any action (supports install and remove ONLY)
--quiet quiet mode (do not print commands before exec)
--nodeps skip dependency check (during install/simulate and so on)
--force force install/remove package (f.i., override)
--short short output (just 'package' instead 'package-version-release')
--sort sort output, f.i. --sort=size (supported only for packages command)
--auto non interactive mode
---------------------------
rpmunmets - tests unmets in build packages
Usage: [-M
6
0] [-s]
Usage: [-M
7
0] [-s]
Options:
-s - get all unmets
-M
60 - test for distro ALT Linux M6
0
-M
70 - test for distro ALT Linux M7
0
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmurl - open package Url in the default browser
Usage: [-c -f -p -s]
spec or package...
Usage: [-c -f -p -s]
[spec]
Options:
-p open package page on http://packages.altlinux.org
-c check if package URL is accessible
-
p open package page on http://sisyphus.ru
-s open
source dir in the default browser
-
t just print URL
-s open
package source dir in the default browser (for spec / git repo only
Ext. options:
-f print failed URL only
QuickHelp.utf8.txt
View file @
7166adf4
...
...
@@ -18,24 +18,26 @@ dmake [-t] [-p] - make with distcc using (distributed build)
---------------------------
emkimage - run make in mkimage-profiles
Usage: emkimage [-b p
6
] <target>
Usage: emkimage [-b p
7
] <target>
---------------------------
estrlist developed for string list operations. See also cut, join, paste...
Usage: bin/estrlist <command> [args]
Commands:
strip_spaces [args] - remove spaces between words
filter_strip_spaces - remove spaces from words from standart input
reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)
reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)
exclude <list1> [list2] - print list2 words contains also in list1
reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN
reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN
union [word list] - sort and remove duplicates
uniq [word list] - alias for union
list [word list] - just list words line by line
count [word list] - print word count
strip_spaces [args] - remove spaces between words
filter_strip_spaces - remove spaces from words from standart input
reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)
reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)
exclude <list1> [list2] - print list2 words contains also in list1
reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN
reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN
has <PATTERN> string - check the string for a match to the regular expression given in PATTERN (grep notation)
match <PATTERN> string - check the string for a match to the regular expression given in PATTERN (egrep notation)
union [word list] - sort and remove duplicates
uniq [word list] - alias for union
list [word list] - just list words line by line
count [word list] - print word count
Examples:
$ bin/estrlist reg_remove "1." "11 12 21 22"
...
...
@@ -56,6 +58,10 @@ $ bin/estrlist has "ex" "exactly"
TRUE
$ bin/estrlist has "exo" "exactly"
FALSE
$ bin/estrlist match "M[0-9]+" "M250"
TRUE
$ bin/estrlist match "M[0-9]+" "MI"
FALSE
---------------------------
...
...
@@ -88,6 +94,11 @@ Use: gammit
---------------------------
grpmbph - multi repo rpmbsh analogue (build packages in hasher)
Usage: grpmbph [GIRAR] package1... package2...
---------------------------
grpmbs - multi repo rpmbs analogue (build packages via girar)
Run in dir contains subdirs
Usage: grpmbs [GIRAR] [-a|-u] [-f] package1... package2...
...
...
@@ -100,7 +111,7 @@ Usage: grpmbs [GIRAR] [-a|-u] [-f] package1... package2...
---------------------------
grpmbsh - multi repo rpmbsh analogue (build packages in hasher)
Usage: grpmbs [GIRAR] package1... package2...
Usage: grpmbs
h
[GIRAR] package1... package2...
---------------------------
...
...
@@ -142,13 +153,12 @@ Usage: [-i -c -l] src.rpm...
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbb (Build Binary) - build binary rpm from spec or from git
Usage: rpmbb [-c -p -i -r -R] [spec]
Параметры:
-i skip build stage, but do install files and package it
-p
only packaging installed files into pack
age
-p
packaging only st
age
-r find build requires (run buildrequires)
-R find build requires during install (run buildrequires with -bi)
...
...
@@ -158,15 +168,9 @@ Ext. options:
---------------------------
rpmbk (Build Korinf) - build package from current repo in Korinf
Usage: rpmbk [Distro/Version] [spec]
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbph (BackPort and Hasher) - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v -q] [-M
6
0] [-b REPONAME] spec...
Usage: rpmbph [GIRAR] -b p
6 for backport to ALT Linux p6
and so on
Usage: [-r -u -U -n -i -m -v -q] [-M
7
0] [-b REPONAME] spec...
Usage: rpmbph [GIRAR] -b p
7 for backport to ALT Linux p7
and so on
Параметры:
-u sign and upload after build
...
...
@@ -183,7 +187,6 @@ Examples:
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbs (Build Source) - run git repo build or make src.rpm from spec
Usage: [GIRAR] [-s|-t|-u|-a|-A|-c] [-o -z -n -p --nodeps] [-k [TARGETDIR]] [spec or src.rpm]...
...
...
@@ -204,7 +207,6 @@ Ext. options:
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmbsh (Build Source in the Hasher) - build [from] source; use hasher
Usage: [-r -s -u -m -i -c] [-f] [spec or src.rpm]...
...
...
@@ -222,7 +224,7 @@ Ext. options:
---------------------------
rpmbugs - открывает баги в браузере
rpmbugs [-t]
spec
| bug number | package name | -qf command_name | /path/to/file
rpmbugs [-t]
[spec]
| bug number | package name | -qf command_name | /path/to/file
Параметры:
-t list in text console
...
...
@@ -237,9 +239,8 @@ spec file can be autodetected from git repo
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmgp (Get Package) - various package download operations
Usage: rpmgp [GIRAR/remote alias] [options]
-b p6
[system] pkgname
Usage: rpmgp [GIRAR/remote alias] [options]
[-b p7]
[system] pkgname
pkgname - installed package name or src.rpm
system - name of system (ALT Linux by default if -a missed)
...
...
@@ -254,38 +255,43 @@ Usage: rpmgp [GIRAR/remote alias] [options] -b p6 [system] pkgname
-m migrate to gear from spec/srpm
Ext. options:
-i install packages needed for build (use
sudo apt-get) (need spec not package name
)
-i install packages needed for build (use
epm
)
-l list packages needed for build (in local pkg system notation) (experimental)
-r refresh package list (download it again)
-p force use public access to the git repo
-s list all known remote repositories
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmgs (Get Source) - get sources by spec / repository
Usage: [
GIRAR] [-a -r ] spec
[new_version]
You can run 'rpmgs
file.spec new_version' for set new version
and download it
Usage: [
-a -f ] [spec]
[new_version]
You can run 'rpmgs
1.2' for set new version 1.2
and download it
Параметры:
-a get all source (not only Source|Source0)
-f force download (remove source before download)
-f force download (remove source
file
before download)
---------------------------
rpmlog - update version/release and changelog
Usage: rpmlog [-
r|-s|-v] [-l|-t
] [SPEC] [fromTAG] [toTAG]
Usage: rpmlog [-
q] [-r|-s|-v] [-l|-t] [-e [changelog entry]
] [SPEC] [fromTAG] [toTAG]
Параметры:
-v increment version
-r increment release
-s increment subrelease
-l add changelog from git log (since last release tag or TAG)
-e increment and add (empty) changelog entry
Ext. options:
-t test run (without change files and repo)
-q quiet mode (do not ask anything)
Example:
$ rpmlog -v -l - typical build new version
$ rpmlog -r -l HEAD~2 - build new version with last two commit message as changelog
$ rpmlog -r -e - prepare new version build with empty changelog entry
$ rpmlog -r -e 'new build' - prepare new version build with changelog entry 'new build'
---------------------------
...
...
@@ -302,59 +308,6 @@ Usage: rpmpub [-f] [-r PROJECTVERSION ] [SPEC] [TARGETDIR]
---------------------------
Use epmqf from epm package manager (eepm) instead
epm - EPM package manager
Usage: epm [options] <command> [package name(s), package files]...
Commands:
-i|install|add|i install package(s) from remote repositories or from local file
-e|-P|remove|delete|uninstall|erase|e remove (delete) package(s) from the database and the system
-s|search search in remote package repositories
-qp|qp|query_package search in the list of installed packages
-qf|qf|which|belongs query package(s) owning file
reinstall reinstall package(s) from remote repositories or from local file
Install perform update package repo info and install package(s) via install command
-q|q|installed|query check presence of package(s) and print this name (also --short is supported)
-sf|sf|filesearch search in which package a file is included
-ql|ql|filelist print package file list
check|fix|verify check local package base integrity and fix it
changelog|cl|-cl show changelog for package
-qi|qi|info|show print package detail info
requires|deplist print package requires
provides print package provides
whatdepends print packages dependences on that
whatprovides print packages provides that target
conflicts print package conflicts
-qa|list|packages|-l|qa list of installed package(s)
programs list of installed GUI program(s)
update update remote package repository databases
addrepo|ar add package repo
repolist|sl|rl|listrepo print repo list
removerepo|rr remove package repo
release-upgrade update whole system to the next release
kernel-update|kernel-upgrade|update-kernel|upgrade-kernel update system kernel to the last repo version
clean clean local package cache
autoremove auto remove unneeded package(s)
upgrade|dist-upgrade performs upgrades of package software distributions
Upgrade performs update && upgrade command
simulate simulate install (it does check requires, minimally)
checkpkg|integrity check package integrity
Options:
-h|--help|help this help
-v|--version print version
--verbose verbose mode
--skip-installed skip already install during install
--show-command-only show command only, do not any action (supports install and remove ONLY)
--quiet quiet mode (do not print commands before exec)
--nodeps skip dependency check (during install/simulate and so on)
--force force install/remove package (f.i., override)
--short short output (just 'package' instead 'package-version-release')
--sort sort output, f.i. --sort=size (supported only for packages command)
--auto non interactive mode
---------------------------
rpmrb (Re Build) - update spec to vermajor.verminor version, build %rel release
Usage: rpmrb [spec] [vermajor][.verminor] [rel]
Example:
...
...
@@ -367,74 +320,21 @@ rpmreqs [package(s) file(s)] - print out package requires
---------------------------
Use epmi from epm package manager (eepm) instead
epm - EPM package manager
Usage: epm [options] <command> [package name(s), package files]...
Commands:
-i|install|add|i install package(s) from remote repositories or from local file
-e|-P|remove|delete|uninstall|erase|e remove (delete) package(s) from the database and the system
-s|search search in remote package repositories
-qp|qp|query_package search in the list of installed packages
-qf|qf|which|belongs query package(s) owning file
reinstall reinstall package(s) from remote repositories or from local file
Install perform update package repo info and install package(s) via install command
-q|q|installed|query check presence of package(s) and print this name (also --short is supported)
-sf|sf|filesearch search in which package a file is included
-ql|ql|filelist print package file list
check|fix|verify check local package base integrity and fix it
changelog|cl|-cl show changelog for package
-qi|qi|info|show print package detail info
requires|deplist print package requires
provides print package provides
whatdepends print packages dependences on that
whatprovides print packages provides that target
conflicts print package conflicts
-qa|list|packages|-l|qa list of installed package(s)
programs list of installed GUI program(s)
update update remote package repository databases
addrepo|ar add package repo
repolist|sl|rl|listrepo print repo list
removerepo|rr remove package repo
release-upgrade update whole system to the next release
kernel-update|kernel-upgrade|update-kernel|upgrade-kernel update system kernel to the last repo version
clean clean local package cache
autoremove auto remove unneeded package(s)
upgrade|dist-upgrade performs upgrades of package software distributions
Upgrade performs update && upgrade command
simulate simulate install (it does check requires, minimally)
checkpkg|integrity check package integrity
Options:
-h|--help|help this help
-v|--version print version
--verbose verbose mode
--skip-installed skip already install during install
--show-command-only show command only, do not any action (supports install and remove ONLY)
--quiet quiet mode (do not print commands before exec)
--nodeps skip dependency check (during install/simulate and so on)
--force force install/remove package (f.i., override)
--short short output (just 'package' instead 'package-version-release')
--sort sort output, f.i. --sort=size (supported only for packages command)
--auto non interactive mode
---------------------------
rpmunmets - tests unmets in build packages
Usage: [-M
6
0] [-s]
Usage: [-M
7
0] [-s]
Параметры:
-s - get all unmets
-M
60 - test for distro ALT Linux M6
0
-M
70 - test for distro ALT Linux M7
0
---------------------------
Using autodetected spec /srv/lav/Projects/git/etersoft-build-utils/etersoft-build-utils.spec...
rpmurl - open package Url in the default browser
Usage: [-c -f -p -s]
spec or package...
Usage: [-c -f -p -s]
[spec]
Параметры:
-p open package page on http://packages.altlinux.org
-c check if package URL is accessible
-
p open package page on http://sisyphus.ru
-s open
source dir in the default browser
-
t just print URL
-s open
package source dir in the default browser (for spec / git repo only
Ext. options:
-f print failed URL only
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment