PiSi
From PardusWiki
(Difference between revisions)
m (→Command basics: pre) |
(→Command basics) |
||
| Line 11: | Line 11: | ||
<pre> | <pre> | ||
# pisi lr | # pisi lr | ||
| − | pardus- | + | pardus-2009.2 |
| − | http:// | + | http://packages.pardus.org.tr/pardus-2009.2/pisi-index.xml.bz2 |
</pre> | </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. | ||
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