PiSi
From PardusWiki
(Difference between revisions)
Erkan Yilmaz (Talk | contribs) (+tr:PiSi) |
(→Command basics) |
||
| (One intermediate revision by one user not shown) | |||
| Line 9: | Line 9: | ||
The PiSi packages are located in repositories. You can add or remove them by command-line. | The PiSi packages are located in repositories. You can add or remove them by command-line. | ||
| − | + | <pre> | |
# pisi lr | # pisi lr | ||
| − | pardus- | + | pardus-2009.2 |
| − | + | http://packages.pardus.org.tr/pardus-2009.2/pisi-index.xml.bz2 | |
| − | + | </pre> | |
To install a package, just use `pisi install` as root. You can also install foreign packages but it is not recommended. When you give a package name, it will be looked up in the previously mentioned repositories. | To install a package, just use `pisi install` as root. You can also install foreign packages but it is not recommended. When you give a package name, it will be looked up in the previously mentioned repositories. | ||
| − | + | <pre> | |
# sudo pisi install your_package | # sudo pisi install your_package | ||
# sudo pisi install http://host.tld/path/package-ver.pisi | # sudo pisi install http://host.tld/path/package-ver.pisi | ||
| − | + | </pre> | |
To remove a package, it works exacly the contrary. | To remove a package, it works exacly the contrary. | ||
Latest revision as of 14:37, 4 June 2010
PiSi is the package manager for Pardus. It integrates all commands to build, retrieve and manage your packages in the distribution.
Command basics
All PiSi commands are invoked in the command-line trough the `pisi` executable. To explore or remind commands, and if you can only remember two, those are the essentials :
# pisi help # pisi some_command --help
The PiSi packages are located in repositories. You can add or remove them by command-line.
# pisi lr pardus-2009.2 http://packages.pardus.org.tr/pardus-2009.2/pisi-index.xml.bz2
To install a package, just use `pisi install` as root. You can also install foreign packages but it is not recommended. When you give a package name, it will be looked up in the previously mentioned repositories.
# sudo pisi install your_package # sudo pisi install http://host.tld/path/package-ver.pisi
To remove a package, it works exacly the contrary.
sudo pisi remove your_package