summaryrefslogtreecommitdiffstats
path: root/commands/software/doc/cmdline.generated
blob: b7142778147f5945db04cc6df17c0a90279b9c1a (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
..
    !!!!!!!!!
    This is generated file. Use 'make cmdregen' to regenerate it from installed 'lmi help XXX'
    !!!!!!!!!

sw
--

System software management.


**Usage:**

    **lmi** **sw** **search** [(\ **--repoid**\  \ *<repository>*\ )] [\ **--allow-duplicates**\ ] \ *<package>*\ ...

    **lmi** **sw** **list** (\ **--help**\  | \ *<what>*\  [\ *<args>*\ ...])

    **lmi** **sw** **show** (\ **--help**\  | \ *<what>*\  [\ *<args>*\ ...])

    **lmi** **sw** **install** [\ **--force**\ ] [\ **--repoid**\  \ *<repository>*\ ] \ *<package>*\  ...

    **lmi** **sw** **install** \ **--uri**\  \ *<uri>*\ 

    **lmi** **sw** **update** [\ **--force**\ ] [\ **--repoid**\  \ *<repository>*\ ] \ *<package>*\  ...

    **lmi** **sw** **remove** \ *<package>*\  ...

    **lmi** **sw** **verify** \ *<package>*\  ...

    **lmi** **sw** **enable** \ *<repository>*\  ...

    **lmi** **sw** **disable** \ *<repository>*\  ...



**Commands:**


    **list**
        List various information about packages, repositories or
        files.

    **show**
        Show detailed informations about package or repository.

    **install**
        Install packages on system. See below, how package can be
        specified. Installation from URI is also supported, it must
        be prefixed with --uri option.

    **update**
        Update package.

    **remove**
        Remove installed package.

    **verify**
        Verify package. Files that did not pass the verification are
        listed prefixed with a sequence of characters, each
        representing particular attribute, that failed. Those are:

           * S file Size differs
           * M Mode differs (includes permissions and file type)
           * 5 digest (formerly MD5 sum) differs
           * D Device major/minor number mismatch
           * L readLink(2) path mismatch
           * U User ownership differs
           * G Group ownership differs
           * T mTime differs
           * P caPabilities differ


    **enable**
        Enable one or more repositories.

    **disable**
        Disable one or more repositories.

**Options:**


    **--force**
        Force installation. This allows to install package already
        installed -- make a reinstallation or to downgrade package
        to older version.

    **--repoid <repository>**
        
        Select a repository, where the given package will be
        searched for.

    **--uri <uri>**
        Operate upon an rpm package available on remote system
        through http or ftp service.

    **--installed**
        Limit the query only on installed packages.

    **--help**
        Get a detailed help for subcommand.

**Specifying <package>:**


    **Package can be given in one of following notations:**
        

        * <name>
        * <name>.<arch>
        * <name>-<version>-<release>.<arch>           # nvra
        * <name>-<epoch>:<version>-<release>.<arch>   # nevra
        * <epoch>:<name>-<version>-<release>.<arch>   # envra


    **Bottom most notations allow to precisely identify particular package.**
        

sw list
-------

List packages, repositories or files.


**Usage:**

    **lmi** **sw** **list** [all] [\ **--allow-duplicates**\ ]

    **lmi** **sw** **list** installed

    **lmi** **sw** **list** **available** [\ **--repoid**\  \ *<repository>*\ ] [\ **--allow-duplicates**\ ]

    **lmi** **sw** **list** **repos** [\ **--disabled**\  | \ **--all**\ ]

    **lmi** **sw** **list** **files** [\ **-t**\  \ *<file_type>*\ ] \ *<package>*\ 



**Commands:**


    **all**
        - List installed and available packages.

    **installed**
        - List installed packages.

    **available**
        - List available packages.

    **repos**
        - List repositories. Only enabled ones are listed by default.

    **files**
        - List files belonging to a package.

**Options:**


    **--allow-duplicates**
        Print all possible versions of package found.
        Normally only the newest version is shown.

    **--repoid <repository>**
        List just packages available in given <repository>.

    **--all**
        List all repositories.

    **--disabled**
        List only disabled repositories.

    **-t --type (file | directory | device | symlink | fifo)**
        
        List only particular file type.

sw show
-------

Show details of package or repository.


**Usage:**

    **lmi** **sw** **show** **pkg** [\ **--installed**\  | \ **--repoid**\  \ *<repository>*\ ] \ *<package>*\ 

    **lmi** **sw** **show** **repo** \ *<repository>*\ 



**Options:**


    **--installed**
        Do not search available packages. This speeds up
        the operation when only installed packages shall
        be queried.

    **--repoid <repository>**
        Search just this repository.