Regina for openSUSE Leap

Regina now offers openSUSE packages through online package repositories. This helps openSUSE to find and install dependencies automatically. It also helps with security, since the repository is cryptographically signed.

To install Regina and keep up-to-date with the newest version, follow these instructions.

You only need to follow these steps the first time you install Regina. After this, openSUSE's package manager will handle upgrades for you, just like for any other openSUSE package.

  1. Open a terminal (e.g., Konsole or GNOME Terminal).

  2. Add Regina to your list of package repositories. To do this, type the line below, replacing VERSION with your openSUSE Leap version (e.g., 15.4):

    sudo zypper addrepo https://people.debian.org/~bab/rpm/regina/opensuse/VERSION/regina.repo

    For example, if you are running openSUSE Leap 15.4, you would type:

    sudo zypper addrepo https://people.debian.org/~bab/rpm/regina/opensuse/15.4/regina.repo

  3. Update the list of available packages. To do this, type:

    sudo zypper refresh

    You will be asked to import Regina's cryptographic signing key. Check that the fingerprint is correct (the correct fingerprint is shown at the bottom of this page), and then select trust always.

  4. Install Regina. To do this, type:

    sudo zypper install regina-normal

That's all! You can now keep Regina up to date in the same way that you manage your other openSUSE packages.

The fingerprint for Regina's cryptographic signing key is shown below (see the line in bold). If you wish to examine the key more carefully, including its links into the web of trust, you can download it here.

New repository or package signing key received:

  Repository:       Regina
  Key Fingerprint:  519A 0009 FB50 255D DB4E 8892 70A6 BEDF 542D 38D9
  Key Name:         Benjamin Burton <bab@debian.org>
  Key Algorithm:    RSA 4096
  Key Created:      Fri 29 Aug 2014 06:28:10 AEST
  Key Expires:      (does not expire)
  ...

Do you want to reject the key, or trust always? [r/a/?] (r): a

Back to main page ... Back to main page ...