Zypper plugin which make use of the zypper-upgraderepo gem to check and upgrade repositories.
There are several options to install this plugin.
This application has been packaged in my personal OBS repository so you can install It as a common RPM package:
- Add the repository URL in your list;
- install the package from Yast or Zypper.
Being the repository URL slightly changing from a version to another, I included all the steps in the related project page on Freeaptitude blog.
Installing this plugin the package rubygem-zypper-upgraderepo will be automatically selected.
After cloning the repo:
$ git clone https://github.com/fabiomux/zypper-upgraderepo-plugin.git
To install, execute the command:
$ make install
And to uninstall:
$ make uninstall
Make sure to have the zypper-upgraderepo gem installed, or install it manually.
Any operaton performed with zypper-upgraderepo gem is now available as:
$ zypper upgraderepo [<operation>] [<options>]
When this plugin is correctly installed you can see it in the list of subcommands:
$ zypper help subcommand
Read the man page with:
$ zypper help upgraderepo
For a quick help:
$ zypper upgraderepo --help
More info is available at:
- the Zypper-Upgraderepo GitHub wiki;
- the article Upgrading with Zypper on Freeaptitude blog.