It??™s designed to be easily customizable
and efficient, containing only the packages needed to run your appliance.
It uses the Conary build system, which includes custom package repositories and
commands.
These commands show short and extended help lists:
[admin@localhost ~]$ conary
[admin@localhost ~]$ conary help
You can see a list of all packages installed on your system:
[admin@localhost ~]$ conary query | less
grep helps you find a specific installed program:
[admin@localhost ~]$ conary query | grep speex
speex=1.1.10-2-0.1
Get information on an installed package:
admin@localhost ~]$ conary q speex --info
Conary calls dependencies and related packages troves. View installed troves with
this command:
admin@localhost ~]$ conary q speex --troves
5.24 Connecting Road Warriors and Remote Users | 171
This command shows all troves, including those that are not installed:
[admin@localhost ~]$ conary q speex --all-troves
This command displays dependencies:
[admin@localhost ~]$ conary q speex --deps
You can see what is available to install:
[admin@localhost ~]$ conary rq | less
This command installs a new package or updates an installed package:
[admin@localhost ~]# conary update [packagename]
This command removes a package:
[admin@localhost ~]# conary erase [packagename]
This command updates the whole system:
[admin@localhost ~]# conary updateall
Discussion
The rPath web control panel controls network configuration, backups, system
updates, admin password, and the time and date.
Pages:
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309