Contrib repository
From PardusWiki
(Difference between revisions)
Hailsematary (Talk | contribs) |
m (add turkish page link) |
||
| (11 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | The contrib repository is | + | The contrib repository is the repository that contains packages provided by the contributors. |
| − | Note: | + | Note:[[Kaptan]] helps you add contrib repository at your first start to the system. |
| − | + | = GUI: Add the repository = | |
Start the "Package Manager" programm. | Start the "Package Manager" programm. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | == For Pardus 2009.x == | |
| − | == Command-line : add the repository | + | * Go to menu: Settings->Configure Package Manager... |
| + | * Click "Add new repository" | ||
| + | * Repository name: contrib-20089 | ||
| + | * Repository address: http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 | ||
| + | |||
| + | |||
| + | == For Pardus 2008.x == | ||
| + | |||
| + | * Go to menu: Settings->Configure Package Manager... | ||
| + | * Click "Add new repository" | ||
| + | * Repository name: contrib-2008 | ||
| + | * Repository address: http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| + | |||
| + | |||
| + | |||
| + | You should now see the new package availables. | ||
| + | |||
| + | |||
| + | |||
| + | [[Category:HowTo]] | ||
| + | [[Category:PiSi]] | ||
| + | |||
| + | [[nl:Contrib 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. | Type the following command in a terminal. Once the repo is activated, you'll have access to all it's packages. | ||
| + | |||
| + | == For Pardus 2009.x == | ||
<pre> | <pre> | ||
| − | # sudo pisi ar contrib- | + | # sudo pisi ar contrib-2009 http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 |
| + | </pre> | ||
| + | == For Pardus 2008.x == | ||
| + | <pre> | ||
| + | # sudo pisi ar contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
</pre> | </pre> | ||
You can now see the added repo : | You can now see the added repo : | ||
<pre> | <pre> | ||
# pisi lr | # pisi lr | ||
| + | |||
| + | == For Pardus 2009.x == | ||
| + | |||
pardus-2007 | pardus-2007 | ||
| − | http://paketler.pardus.org.tr/pardus- | + | http://paketler.pardus.org.tr/pardus-2009/pisi-index.xml.bz2 |
contrib-2007 | contrib-2007 | ||
| − | http://packages.pardus.org.tr/contrib- | + | http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 |
| + | |||
| + | == For Pardus 2008.x == | ||
| + | |||
| + | pardus-2008 | ||
| + | http://paketler.pardus.org.tr/pardus-2008/pisi-index.xml.bz2 | ||
| + | contrib-2008 | ||
| + | http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
</pre> | </pre> | ||
Enjoy :) | Enjoy :) | ||
| Line 38: | Line 70: | ||
[[nl:Contrib repository]] | [[nl:Contrib repository]] | ||
| + | [[tr:NASIL:Topluluk_deposu_ekleme]] | ||
Latest revision as of 17:33, 1 December 2011
The contrib repository is the repository that contains packages provided by the contributors.
Note:Kaptan helps you add contrib repository at your first start to the system.
Contents |
GUI: Add the repository
Start the "Package Manager" programm.
For Pardus 2009.x
- Go to menu: Settings->Configure Package Manager...
- Click "Add new repository"
- Repository name: contrib-20089
- Repository address: http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2
For Pardus 2008.x
- Go to menu: Settings->Configure Package Manager...
- Click "Add new repository"
- Repository name: contrib-2008
- Repository address: http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2
You should now see the new package availables.
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.
For Pardus 2009.x
# sudo pisi ar contrib-2009 http://packages.pardus.org.tr/contrib-2009/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 2009.x == pardus-2007 http://paketler.pardus.org.tr/pardus-2009/pisi-index.xml.bz2 contrib-2007 http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 == For Pardus 2008.x == pardus-2008 http://paketler.pardus.org.tr/pardus-2008/pisi-index.xml.bz2 contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2
Enjoy :)