2013-08-18 13:47:45 +05:30
|
|
|
.Dd August 18, 2013
|
2012-11-06 14:25:56 +05:30
|
|
|
.Os Void Linux
|
2012-11-03 15:00:26 +05:30
|
|
|
.Dt xbps-rindex 8
|
|
|
|
.Sh NAME
|
|
|
|
.Nm xbps-rindex
|
|
|
|
.Nd XBPS utility to handle local binary package repositories
|
|
|
|
.Sh SYNOPSYS
|
|
|
|
.Nm xbps-rindex
|
|
|
|
.Op OPTIONS
|
|
|
|
.Ar MODE
|
|
|
|
.Op ARGUMENTS
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2012-11-05 14:09:10 +05:30
|
|
|
utility creates, updates and removes obsolete binary packages stored
|
2012-11-03 15:00:26 +05:30
|
|
|
in local repositories.
|
|
|
|
.Sh OPTIONS
|
2012-11-06 15:03:29 +05:30
|
|
|
.Bl -tag -width -x
|
2013-05-02 14:16:30 +05:30
|
|
|
.It Fl f -force
|
|
|
|
Forcefully register binary package into the local repository, overwriting existing entry.
|
|
|
|
This flag is only useful with the
|
|
|
|
.Em add
|
|
|
|
mode.
|
2012-11-03 15:00:26 +05:30
|
|
|
.It Fl h -help
|
|
|
|
Show the help usage.
|
|
|
|
.It Fl V -version
|
|
|
|
Show the XBPS version.
|
|
|
|
.Sh MODE
|
|
|
|
.Pp
|
2012-11-06 15:03:29 +05:30
|
|
|
.Bl -tag -width x
|
2012-11-03 15:00:26 +05:30
|
|
|
.It Sy -a, --add Ar /path/to/repo/binpkg.xbps ...
|
2012-12-15 15:43:32 +05:30
|
|
|
Registers the binary package into the local repository, replacing
|
|
|
|
existing version. Multiple binary packages can be specified as arguments.
|
2012-11-03 15:00:26 +05:30
|
|
|
.It Sy -c, --clean Ar repository
|
|
|
|
Removes obsolete entries found in the local repository's index.
|
|
|
|
.It Sy -r, --remove-obsoletes Ar repository
|
|
|
|
Removes obsolete packages from
|
|
|
|
.Ar repository .
|
|
|
|
Packages that are not currently registered in repository's index will
|
2012-12-15 15:43:32 +05:30
|
|
|
be removed (out of date, invalid archives, etc).
|
2013-02-20 16:12:06 +05:30
|
|
|
.Sh ENVIRONMENT
|
|
|
|
.Bl -tag -width XBPS_TARGET_ARCH
|
|
|
|
.It Sy XBPS_TARGET_ARCH
|
|
|
|
Overrides
|
|
|
|
.Xr uname 2
|
|
|
|
machine result with this value. Useful to install packages of a different
|
|
|
|
architecture.
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr xbps-create 8 ,
|
|
|
|
.Xr xbps-dgraph 8 ,
|
|
|
|
.Xr xbps-install 8 ,
|
|
|
|
.Xr xbps-pkgdb 8 ,
|
|
|
|
.Xr xbps-query 8 ,
|
|
|
|
.Xr xbps-reconfigure 8 ,
|
|
|
|
.Xr xbps-remove 8
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
|
|
|
.Sh BUGS
|
|
|
|
Probably, but I try to make this not happen. Use it under your own
|
|
|
|
responsability and enjoy your life.
|
|
|
|
.Pp
|
2013-08-18 13:47:45 +05:30
|
|
|
Report bugs in https://github.com/xtraeme/xbps/issues
|