summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/sogrep.1
blob: cac7f865270442447a64618d0f2924a0cc5e344a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
'\" t
.\"     Title: sogrep
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 02/14/2024
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "SOGREP" "1" "02/14/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
sogrep \- Find shared library links in an Arch Linux repository
.SH "SYNOPSIS"
.sp
sogrep [options] repo libname
.SH "DESCRIPTION"
.sp
Check the soname links database for Arch Linux repositories containing packages linked to a given shared library\&. If the repository specified is "all", then all repositories will be searched, otherwise only the named repository will be searched\&.
.sp
If the links database does not exist, it will be downloaded first\&.
.SH "OPTIONS"
.PP
\fB\-v, \-\-verbose\fR
.RS 4
Provide detailed output containing the matched links for each package, the repository it came from (in the event that all repositories are being searched), and, in combination with
\-r, a progress bar for the links database download\&.
.RE
.PP
\fB\-r, \-\-refresh\fR
.RS 4
Refresh the links databases
.RE
.PP
\fB\-h, \-\-help\fR
.RS 4
Show a help text
.RE
.SH "ENVIRONMENT VARIABLES"
.sp
\fBSOLINKS_MIRROR\fR="https://mirror\&.foo\&.com" Alternative mirror to use for downloading soname links database\&.
.PP
\fBSOCACHE_DIR\fR="/path/to/directory"
.RS 4
Directory where soname links database is stored, overrides the default directory set by the
\fBXDG_CACHE_HOME\fR
environment variable or the
\fBHOME\fR
environment variable if
\fBXDG_CACHE_HOME\fR
is not set\&.
.RE
.SH "HOMEPAGE"
.sp
\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR
.sp
Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&.