Contrib repository
From PardusWiki
(Difference between revisions)
(GUI comes first) |
(hide links with pre) |
||
| Line 4: | Line 4: | ||
Start the "Package Manager" programm. | Start the "Package Manager" programm. | ||
| − | + | <pre> | |
* Go to menu : Settings->Configure Package Manager... | * Go to menu : Settings->Configure Package Manager... | ||
* Click "Add new repository" | * Click "Add new repository" | ||
| Line 10: | Line 10: | ||
* Repository address : http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | * Repository address : http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | ||
* Click "Ok", "Ok" | * Click "Ok", "Ok" | ||
| − | + | </pre> | |
You should now have new package availables. | You should now have new package availables. | ||
| Line 18: | Line 18: | ||
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. | ||
| − | + | <pre> | |
# sudo pisi ar contrib-2007 http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | # sudo pisi ar contrib-2007 http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | ||
| − | + | </pre> | |
You can now see the added repo : | You can now see the added repo : | ||
| − | + | <pre> | |
# pisi lr | # pisi lr | ||
pardus-2007 | pardus-2007 | ||
| Line 28: | Line 28: | ||
contrib-2007 | contrib-2007 | ||
http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 | ||
| − | + | </pre> | |
Enjoy :) | Enjoy :) | ||
Revision as of 08:43, 1 November 2007
The contrib repository is an unofficial repository that contains packages provided by the users.
GUI : add the repository
Start the "Package Manager" programm.
* Go to menu : Settings->Configure Package Manager... * Click "Add new repository" * Repository name : contrib-2007 * Repository address : http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2 * Click "Ok", "Ok"
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://paketler.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://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2
Enjoy :)