Contrib repository
From PardusWiki
(Difference between revisions)
(Add 2008 contrib) |
m (Adding 2008 contrib) |
||
| Line 9: | Line 9: | ||
* Go to menu : Settings->Configure Package Manager... | * Go to menu : Settings->Configure Package Manager... | ||
* Click "Add new repository" | * Click "Add new repository" | ||
| + | |||
| + | == Command-line : add the repository == | ||
| + | |||
| + | Type the following command in a terminal. Once the repo is activated, you'll have access to all it's packages. | ||
| + | <pre> | ||
== For Pardus 2007.x == | == For Pardus 2007.x == | ||
| − | + | # sudo pisi ar contrib-2007 http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | |
| − | + | ||
| + | == For Pardus 2008.x == | ||
| + | |||
| + | # sudo pisi ar contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| + | </pre> | ||
| + | You can now see the added repo : | ||
| + | <pre> | ||
| + | # pisi lr | ||
| + | |||
| + | == For Pardus 2007.x == | ||
| + | |||
| + | pardus-2007 | ||
| + | http://paketler.pardus.org.tr/pardus-2007/pisi-index.xml.bz2 | ||
| + | contrib-2007 | ||
| + | http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | ||
| + | |||
| + | == For Pardus 2008.x == | ||
| + | |||
| + | pardus-2008 | ||
| + | http://paketler.pardus.org.tr/pardus-2008/pisi-index.xml.bz2 | ||
| + | contrib-2007 | ||
| + | http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| + | </pre> | ||
| + | Enjoy :) | ||
| + | |||
| + | |||
| + | [[Category:HowTo]] | ||
| + | [[Category:PiSi]] | ||
| + | |||
| + | [[nl:Contrib repository]] | ||
== For Pardus 2008.x == | == For Pardus 2008.x == | ||
Revision as of 23:54, 31 January 2009
The contrib repository is an unofficial repository that contains packages provided by the users.
Note: in Pardus 2008, Kaptan helps you add contrib repository at your first start to the system.
GUI : add the repository
Start the "Package Manager" programm.
* Go to menu : Settings->Configure Package Manager... * Click "Add new repository" == Command-line : add the repository == Type the following command in a terminal. Once the repo is activated, you'll have access to all it's packages. <pre> == For Pardus 2007.x == # sudo pisi ar contrib-2007 http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 == For Pardus 2008.x == # sudo pisi ar contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2
You can now see the added repo :
# pisi lr == For Pardus 2007.x == pardus-2007 http://paketler.pardus.org.tr/pardus-2007/pisi-index.xml.bz2 contrib-2007 http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 == For Pardus 2008.x == pardus-2008 http://paketler.pardus.org.tr/pardus-2008/pisi-index.xml.bz2 contrib-2007 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2
Enjoy :)
For Pardus 2008.x
* Repository name : contrib-2008 * Repository address : http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 * Click "Ok", "Ok"
</pre> You should now have new package availables.
Enjoy :)
Command-line : add the repository
Type the following command in a terminal. Once the repo is activated, you'll have access to all it's packages.
# sudo pisi ar contrib-2007 http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2
You can now see the added repo :
# pisi lr pardus-2007 http://paketler.pardus.org.tr/pardus-2007/pisi-index.xml.bz2 contrib-2007 http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2
Enjoy :)