IntroductionHere, a list of command to add, update or remove package from your repository. Repoman configurationTo use repoman you must set property repoman.conf. You can edit /etc/repoman.conf or copy it into your home. You must set: - workspace
- arch
- url
- repo
- username
- password
Add or update a packageYou can add/update a package in your repo simply doing: $ repoman -A <package> Remove a packageYou can remove a package from your repo simply doing: $ repoman -R <package>
|