openSUSE / software-o-o

The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org
https://software.opensuse.org/
GNU General Public License v2.0
132 stars 109 forks source link

Manual installation options for sundials package are wrong #621

Open MichaelClerx opened 5 years ago

MichaelClerx commented 5 years ago

These instructions: https://software.opensuse.org//download.html?project=science&package=sundials

end with zypper install sundials

which rightly complains because sundials is not an available package. Should probably be e.g. zypper install libsundials-devel

hellcp commented 4 years ago

In that case, the correct link is https://software.opensuse.org/download.html?project=science&package=sundials-devel, the package name parsed in the link should be the binary name not an obs package name (in this case that links to src package instead).