Contrib repository
From PardusWiki
(Difference between revisions)
(added 2009.x series. removed 2007(EOL)) |
|||
| Line 1: | Line 1: | ||
| + | =[http://erihybomex.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
The contrib repository is the repository that contains packages provided by the contributors. | The contrib repository is the repository that contains packages provided by the contributors. | ||
| Line 5: | Line 6: | ||
= GUI: Add the repository = | = GUI: Add the repository = | ||
| − | Start the | + | Start the "Package Manager" programm. |
== For Pardus 2009.x == | == For Pardus 2009.x == | ||
| − | * Go to menu: Settings- | + | * Go to menu: Settings->Configure Package Manager... |
| − | * Click | + | * Click "Add new repository" |
* Repository name: contrib-20089 | * Repository name: contrib-20089 | ||
* Repository address: http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 | * Repository address: http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 | ||
| Line 17: | Line 18: | ||
== For Pardus 2008.x == | == For Pardus 2008.x == | ||
| − | * Go to menu: Settings- | + | * Go to menu: Settings->Configure Package Manager... |
| − | * Click | + | * Click "Add new repository" |
* Repository name: contrib-2008 | * Repository name: contrib-2008 | ||
* Repository address: http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | * Repository address: http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| Line 38: | Line 39: | ||
== For Pardus 2009.x == | == For Pardus 2009.x == | ||
| − | + | <pre> | |
# sudo pisi ar contrib-2009 http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 | # sudo pisi ar contrib-2009 http://packages.pardus.org.tr/contrib-2009/pisi-index.xml.bz2 | ||
| − | + | </pre> | |
== For Pardus 2008.x == | == For Pardus 2008.x == | ||
| − | + | <pre> | |
# sudo pisi ar contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | # sudo pisi ar contrib-2008 http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| − | + | </pre> | |
You can now see the added repo : | You can now see the added repo : | ||
| − | + | <pre> | |
# pisi lr | # pisi lr | ||
| Line 62: | Line 63: | ||
contrib-2008 | contrib-2008 | ||
http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | http://packages.pardus.org.tr/contrib-2008/pisi-index.xml.bz2 | ||
| − | + | </pre> | |
Enjoy :) | Enjoy :) | ||
Revision as of 03:02, 24 November 2010
Contents |
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.
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
<pre>
# 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> You can now see the added repo : <pre>
# 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
</pre> Enjoy :)