Using the Collection
From TALinuxWiki
Using the Collection is easy with the pkgc frontend.
Contents |
[edit]
Using pkgc
[edit]
Updating the Collection
Run:
pkgc update
This will update the Collection with CVS from the main server, it might take a couple of minutes. After that the package index is updated as is the package tools.
[edit]
Installing a package
Install, for example mplayer using:
pkgc install mplayer
[edit]
Search
You can also do simple searches:
pkgc search mp3
[edit]
Upgrade a package
If you would like to upgrade a package run (for mplayer):
pkgc upgrade mplayer
[edit]
Upgrade all packages
If you would like to upgrade your extra software run:
pkgc upgrade-all
[edit]
Upgrade core packages
And for upgrading the TA-Linux core packages run:
pkgc upgrade-core
[edit]
Upgrade core and extra packages
Or both in one go:
pkgc upgrade-world
