1 | .\" Manpage for apt-installed-status. |
1 | .\" Manpage for apt-installed-status. |
2 | .\" Contact frodo@frodo.looijaard.name to correct errors or typos. |
2 | .\" Contact frodo@frodo.looijaard.name to correct errors or typos. |
3 | .TH man 1 "17 June 2014" "1.0" "apt-installed-status man page" |
3 | .TH man 1 "4 July 2014" "1.1" "apt-installed-status man page" |
4 | .SH NAME |
4 | .SH NAME |
5 | apt-installed-status \- get the repository an installed package comes from |
5 | apt-installed-status \- get the repository an installed package comes from |
6 | .SH SYNOPSIS |
6 | .SH SYNOPSIS |
7 | apt-installed-status [ \fIOPTION ...\fR ] |
7 | apt-installed-status [ \fIOPTION ...\fR ] |
8 | .SH DESCRIPTION |
8 | .SH DESCRIPTION |
… | |
… | |
56 | .B -l |
56 | .B -l |
57 | .RS 4 |
57 | .RS 4 |
58 | Used with the \fB-a\fR, \fB-A\fR, \fB-x\fR or \fB\-X\fR arguments: display the archives in which this package is found too. |
58 | Used with the \fB-a\fR, \fB-A\fR, \fB-x\fR or \fB\-X\fR arguments: display the archives in which this package is found too. |
59 | .RE |
59 | .RE |
60 | .PP |
60 | .PP |
|
|
61 | .B -L |
|
|
62 | .RS 4 |
|
|
63 | Used without other arguments or with the \fB-a\fR, \fB-A\fR, \fB-x\fR or \fB\-X\fR arguments: display the (selected) archives, instead of packages. |
|
|
64 | .RE |
61 | .SH OUTPUT FORMAT |
65 | .SH OUTPUT FORMAT |
62 | Depending on the options chosen, output will be three or four tab-separated fields. The first column is the package name, the second column the architecture, the third column the version number and the optional fourth column a list of apt archives this package was found in, separated by commas. |
66 | Depending on the options chosen, output will be three or four tab-separated fields. The first column is the package name, the second column the architecture, the third column the version number and the optional fourth column a list of apt archives this package was found in, separated by commas. |
|
|
67 | .SH EXAMPLES |
|
|
68 | .PP |
|
|
69 | \fBapt-installed-status\fR |
|
|
70 | .RS 4 |
|
|
71 | List all installed packages and the archives the package is found in. |
|
|
72 | .RE |
|
|
73 | .PP |
|
|
74 | \fBapt-installed-status \-o\fR |
|
|
75 | .RS 4 |
|
|
76 | List all installed packages which are not found in any archive, or whose current version is not found. |
|
|
77 | .RE |
|
|
78 | .PP |
|
|
79 | \fBapt-installed-status \-X wheezy\fR |
|
|
80 | .RS 4 |
|
|
81 | List all packages whose current installed version is not found in Wheezy. |
|
|
82 | .RE |
|
|
83 | .PP |
|
|
84 | \fBapt-installed-status \-l \-A non-free\fR |
|
|
85 | .RS 4 |
|
|
86 | List all packages which are non-free, including the repository they are installed from. |
|
|
87 | .RE |
|
|
88 | .PP |
|
|
89 | \fBapt-installed-status \-L \-A non-free\fR |
|
|
90 | .RS 4 |
|
|
91 | Do not list the packages which are non-free, but the repositories that are selected (contain the string \fBnon-free\fR). |
|
|
92 | .RE |
63 | .SH SEE ALSO |
93 | .SH SEE ALSO |
64 | apt-get(8) |
94 | apt-get(8) |
65 | .SH BUGS |
95 | .SH BUGS |
66 | No known bugs. |
96 | No known bugs. |
67 | .SH AUTHOR |
97 | .SH AUTHOR |